All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.redshift-2012-12-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Redshift module holds the client classes that are used for communicating with Amazon Redshift Service

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2012-12-01",
    "protocol" : "query",
    "checksumFormat" : null,
    "documentation" : "Amazon Redshift Overview 

This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to Using the Amazon Redshift Management Interfaces .

Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and customers.

If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the The Amazon Redshift Getting Started Guide

If you are a database developer, the Amazon Redshift Database Developer Guide explains how to design, build, query, and maintain the databases that make up your data warehouse.

", "defaultEndpoint" : "redshift.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "redshift.us-east-1.amazonaws.com", "syncInterface" : "AmazonRedshift", "syncClient" : "AmazonRedshiftClient", "asyncInterface" : "AmazonRedshiftAsync", "asyncClient" : "AmazonRedshiftAsyncClient", "packageName" : "com.amazonaws.services.redshift", "packagePath" : "com/amazonaws/services/redshift", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Redshift", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : null, "endpointPrefix" : "redshift", "signingName" : "redshift", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "jsonProtocol" : false, "xmlProtocol" : true, "cborProtocol" : false, "unmarshallerClassSuffix" : "StaxUnmarshaller", "syncClientBuilderClassName" : "AmazonRedshiftClientBuilder", "asyncClientBuilderClassName" : "AmazonRedshiftAsyncClientBuilder", "serviceName" : "Amazon Redshift", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller" }, "operations" : { "AuthorizeClusterSecurityGroupIngress" : { "documentation" : "

Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an Amazon EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group.

If you authorize access to an Amazon EC2 security group, specify EC2SecurityGroupName and EC2SecurityGroupOwnerId. The Amazon EC2 security group and Amazon Redshift cluster must be in the same AWS region.

If you authorize access to a CIDR/IP address range, specify CIDRIP. For an overview of CIDR blocks, see the Wikipedia article on Classless Inter-Domain Routing.

You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to Working with Security Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "AuthorizeClusterSecurityGroupIngress", "deprecated" : false, "input" : { "variableName" : "authorizeClusterSecurityGroupIngressRequest", "variableType" : "AuthorizeClusterSecurityGroupIngressRequest", "variableDeclarationType" : "AuthorizeClusterSecurityGroupIngressRequest", "documentation" : "

", "variableSetterType" : "AuthorizeClusterSecurityGroupIngressRequest", "simpleType" : "AuthorizeClusterSecurityGroupIngressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ClusterSecurityGroup", "documentation" : "

Describes a security group.

" }, "exceptions" : [ { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "

The cluster security group name does not refer to an existing cluster security group.

" }, { "exceptionName" : "InvalidClusterSecurityGroupStateException", "documentation" : "

The state of the cluster security group is not available.

" }, { "exceptionName" : "AuthorizationAlreadyExistsException", "documentation" : "

The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.

" }, { "exceptionName" : "AuthorizationQuotaExceededException", "documentation" : "

The authorization quota for the cluster security group has been reached.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "authorizeClusterSecurityGroupIngress", "syncReturnType" : "ClusterSecurityGroup", "asyncReturnType" : "ClusterSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "AuthorizeSnapshotAccess" : { "documentation" : "

Authorizes the specified AWS customer account to restore the specified snapshot.

For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.

", "operationName" : "AuthorizeSnapshotAccess", "deprecated" : false, "input" : { "variableName" : "authorizeSnapshotAccessRequest", "variableType" : "AuthorizeSnapshotAccessRequest", "variableDeclarationType" : "AuthorizeSnapshotAccessRequest", "documentation" : "

", "variableSetterType" : "AuthorizeSnapshotAccessRequest", "simpleType" : "AuthorizeSnapshotAccessRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

Describes a snapshot.

" }, "exceptions" : [ { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "

The snapshot identifier does not refer to an existing cluster snapshot.

" }, { "exceptionName" : "AuthorizationAlreadyExistsException", "documentation" : "

The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.

" }, { "exceptionName" : "AuthorizationQuotaExceededException", "documentation" : "

The authorization quota for the cluster security group has been reached.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" }, { "exceptionName" : "InvalidClusterSnapshotStateException", "documentation" : "

The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The encryption key has exceeded its grant limit in AWS KMS.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "authorizeSnapshotAccess", "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CopyClusterSnapshot" : { "documentation" : "

Copies the specified automated cluster snapshot to a new manual cluster snapshot. The source must be an automated snapshot and it must be in the available state.

When you delete a cluster, Amazon Redshift deletes any automated snapshots of the cluster. Also, when the retention period of the snapshot expires, Amazon Redshift automatically deletes it. If you want to keep an automated snapshot for a longer period, you can make a manual copy of the snapshot. Manual snapshots are retained until you delete them.

For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CopyClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "copyClusterSnapshotRequest", "variableType" : "CopyClusterSnapshotRequest", "variableDeclarationType" : "CopyClusterSnapshotRequest", "documentation" : "

", "variableSetterType" : "CopyClusterSnapshotRequest", "simpleType" : "CopyClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

Describes a snapshot.

" }, "exceptions" : [ { "exceptionName" : "ClusterSnapshotAlreadyExistsException", "documentation" : "

The value specified as a snapshot identifier is already used by an existing snapshot.

" }, { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "

The snapshot identifier does not refer to an existing cluster snapshot.

" }, { "exceptionName" : "InvalidClusterSnapshotStateException", "documentation" : "

The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.

" }, { "exceptionName" : "ClusterSnapshotQuotaExceededException", "documentation" : "

The request would result in the user exceeding the allowed number of cluster snapshots.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "copyClusterSnapshot", "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateCluster" : { "documentation" : "

Creates a new cluster. To create the cluster in virtual private cloud (VPC), you must provide cluster subnet group name. If you don't provide a cluster subnet group name or the cluster security group parameter, Amazon Redshift creates a non-VPC cluster, it associates the default cluster security group with the cluster. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .

", "operationName" : "CreateCluster", "deprecated" : false, "input" : { "variableName" : "createClusterRequest", "variableType" : "CreateClusterRequest", "variableDeclarationType" : "CreateClusterRequest", "documentation" : "

", "variableSetterType" : "CreateClusterRequest", "simpleType" : "CreateClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterAlreadyExistsException", "documentation" : "

The account already has a cluster with the given identifier.

" }, { "exceptionName" : "InsufficientClusterCapacityException", "documentation" : "

The number of nodes specified exceeds the allotted capacity of the cluster.

" }, { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" }, { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "

The cluster security group name does not refer to an existing cluster security group.

" }, { "exceptionName" : "ClusterQuotaExceededException", "documentation" : "

The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "NumberOfNodesQuotaExceededException", "documentation" : "

The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "NumberOfNodesPerClusterLimitExceededException", "documentation" : "

The operation would exceed the number of nodes allowed for a cluster.

" }, { "exceptionName" : "ClusterSubnetGroupNotFoundException", "documentation" : "

The cluster subnet group name does not refer to an existing cluster subnet group.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

The cluster subnet group does not cover all Availability Zones.

" }, { "exceptionName" : "InvalidClusterSubnetGroupStateException", "documentation" : "

The cluster subnet group cannot be deleted because it is in use.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is not valid, or not all of the subnets are in the same VPC.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" }, { "exceptionName" : "HsmClientCertificateNotFoundException", "documentation" : "

There is no Amazon Redshift HSM client certificate with the specified identifier.

" }, { "exceptionName" : "HsmConfigurationNotFoundException", "documentation" : "

There is no Amazon Redshift HSM configuration with the specified identifier.

" }, { "exceptionName" : "InvalidElasticIpException", "documentation" : "

The Elastic IP (EIP) is invalid or cannot be found.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The encryption key has exceeded its grant limit in AWS KMS.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createCluster", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateClusterParameterGroup" : { "documentation" : "

Creates an Amazon Redshift parameter group.

Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using ModifyCluster.

Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CreateClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "createClusterParameterGroupRequest", "variableType" : "CreateClusterParameterGroupRequest", "variableDeclarationType" : "CreateClusterParameterGroupRequest", "documentation" : "

", "variableSetterType" : "CreateClusterParameterGroupRequest", "simpleType" : "CreateClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ClusterParameterGroup", "documentation" : "

Describes a parameter group.

" }, "exceptions" : [ { "exceptionName" : "ClusterParameterGroupQuotaExceededException", "documentation" : "

The request would result in the user exceeding the allowed number of cluster parameter groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "ClusterParameterGroupAlreadyExistsException", "documentation" : "

A cluster parameter group with the same name already exists.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createClusterParameterGroup", "syncReturnType" : "ClusterParameterGroup", "asyncReturnType" : "ClusterParameterGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateClusterSecurityGroup" : { "documentation" : "

Creates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters.

For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CreateClusterSecurityGroup", "deprecated" : false, "input" : { "variableName" : "createClusterSecurityGroupRequest", "variableType" : "CreateClusterSecurityGroupRequest", "variableDeclarationType" : "CreateClusterSecurityGroupRequest", "documentation" : "

", "variableSetterType" : "CreateClusterSecurityGroupRequest", "simpleType" : "CreateClusterSecurityGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ClusterSecurityGroup", "documentation" : "

Describes a security group.

" }, "exceptions" : [ { "exceptionName" : "ClusterSecurityGroupAlreadyExistsException", "documentation" : "

A cluster security group with the same name already exists.

" }, { "exceptionName" : "ClusterSecurityGroupQuotaExceededException", "documentation" : "

The request would result in the user exceeding the allowed number of cluster security groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createClusterSecurityGroup", "syncReturnType" : "ClusterSecurityGroup", "asyncReturnType" : "ClusterSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateClusterSnapshot" : { "documentation" : "

Creates a manual snapshot of the specified cluster. The cluster must be in the available state.

For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CreateClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "createClusterSnapshotRequest", "variableType" : "CreateClusterSnapshotRequest", "variableDeclarationType" : "CreateClusterSnapshotRequest", "documentation" : "

", "variableSetterType" : "CreateClusterSnapshotRequest", "simpleType" : "CreateClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

Describes a snapshot.

" }, "exceptions" : [ { "exceptionName" : "ClusterSnapshotAlreadyExistsException", "documentation" : "

The value specified as a snapshot identifier is already used by an existing snapshot.

" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "ClusterSnapshotQuotaExceededException", "documentation" : "

The request would result in the user exceeding the allowed number of cluster snapshots.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createClusterSnapshot", "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateClusterSubnetGroup" : { "documentation" : "

Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.

For information about subnet groups, go to Amazon Redshift Cluster Subnet Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CreateClusterSubnetGroup", "deprecated" : false, "input" : { "variableName" : "createClusterSubnetGroupRequest", "variableType" : "CreateClusterSubnetGroupRequest", "variableDeclarationType" : "CreateClusterSubnetGroupRequest", "documentation" : "

", "variableSetterType" : "CreateClusterSubnetGroupRequest", "simpleType" : "CreateClusterSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ClusterSubnetGroup", "documentation" : "

Describes a subnet group.

" }, "exceptions" : [ { "exceptionName" : "ClusterSubnetGroupAlreadyExistsException", "documentation" : "

A ClusterSubnetGroupName is already used by an existing cluster subnet group.

" }, { "exceptionName" : "ClusterSubnetGroupQuotaExceededException", "documentation" : "

The request would result in user exceeding the allowed number of cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "ClusterSubnetQuotaExceededException", "documentation" : "

The request would result in user exceeding the allowed number of subnets in a cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is not valid, or not all of the subnets are in the same VPC.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createClusterSubnetGroup", "syncReturnType" : "ClusterSubnetGroup", "asyncReturnType" : "ClusterSubnetGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateEventSubscription" : { "documentation" : "

Creates an Amazon Redshift event notification subscription. This action requires an ARN (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.

You can specify the source type, and lists of Amazon Redshift source IDs, event categories, and event severities. Notifications will be sent for all events you want that match those criteria. For example, you can specify source type = cluster, source ID = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity = ERROR. The subscription will only send notifications for those ERROR events in the Availability and Backup categories for the specified clusters.

If you specify both the source type and source IDs, such as source type = cluster and source identifier = my-cluster-1, notifications will be sent for all the cluster events for my-cluster-1. If you specify a source type but do not specify a source identifier, you will receive notice of the events for the objects of that type in your AWS account. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all Amazon Redshift sources belonging to your AWS account. You must specify a source type if you specify a source ID.

", "operationName" : "CreateEventSubscription", "deprecated" : false, "input" : { "variableName" : "createEventSubscriptionRequest", "variableType" : "CreateEventSubscriptionRequest", "variableDeclarationType" : "CreateEventSubscriptionRequest", "documentation" : "

", "variableSetterType" : "CreateEventSubscriptionRequest", "simpleType" : "CreateEventSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EventSubscription", "documentation" : "

Describes event subscriptions.

" }, "exceptions" : [ { "exceptionName" : "EventSubscriptionQuotaExceededException", "documentation" : "

The request would exceed the allowed number of event subscriptions for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "SubscriptionAlreadyExistException", "documentation" : "

There is already an existing event notification subscription with the specified name.

" }, { "exceptionName" : "SNSInvalidTopicException", "documentation" : "

Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.

" }, { "exceptionName" : "SNSNoAuthorizationException", "documentation" : "

You do not have permission to publish to the specified Amazon SNS topic.

" }, { "exceptionName" : "SNSTopicArnNotFoundException", "documentation" : "

An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.

" }, { "exceptionName" : "SubscriptionEventIdNotFoundException", "documentation" : "

An Amazon Redshift event with the specified event ID does not exist.

" }, { "exceptionName" : "SubscriptionCategoryNotFoundException", "documentation" : "

The value specified for the event category was not one of the allowed values, or it specified a category that does not apply to the specified source type. The allowed values are Configuration, Management, Monitoring, and Security.

" }, { "exceptionName" : "SubscriptionSeverityNotFoundException", "documentation" : "

The value specified for the event severity was not one of the allowed values, or it specified a severity that does not apply to the specified source type. The allowed values are ERROR and INFO.

" }, { "exceptionName" : "SourceNotFoundException", "documentation" : "

The specified Amazon Redshift event source could not be found.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createEventSubscription", "syncReturnType" : "EventSubscription", "asyncReturnType" : "EventSubscription", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateHsmClientCertificate" : { "documentation" : "

Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.

The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to Hardware Security Modules in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CreateHsmClientCertificate", "deprecated" : false, "input" : { "variableName" : "createHsmClientCertificateRequest", "variableType" : "CreateHsmClientCertificateRequest", "variableDeclarationType" : "CreateHsmClientCertificateRequest", "documentation" : "

", "variableSetterType" : "CreateHsmClientCertificateRequest", "simpleType" : "CreateHsmClientCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "HsmClientCertificate", "documentation" : "

Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.

" }, "exceptions" : [ { "exceptionName" : "HsmClientCertificateAlreadyExistsException", "documentation" : "

There is already an existing Amazon Redshift HSM client certificate with the specified identifier.

" }, { "exceptionName" : "HsmClientCertificateQuotaExceededException", "documentation" : "

The quota for HSM client certificates has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createHsmClientCertificate", "syncReturnType" : "HsmClientCertificate", "asyncReturnType" : "HsmClientCertificate", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateHsmConfiguration" : { "documentation" : "

Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM.

In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to Hardware Security Modules in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CreateHsmConfiguration", "deprecated" : false, "input" : { "variableName" : "createHsmConfigurationRequest", "variableType" : "CreateHsmConfigurationRequest", "variableDeclarationType" : "CreateHsmConfigurationRequest", "documentation" : "

", "variableSetterType" : "CreateHsmConfigurationRequest", "simpleType" : "CreateHsmConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "HsmConfiguration", "documentation" : "

Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.

" }, "exceptions" : [ { "exceptionName" : "HsmConfigurationAlreadyExistsException", "documentation" : "

There is already an existing Amazon Redshift HSM configuration with the specified identifier.

" }, { "exceptionName" : "HsmConfigurationQuotaExceededException", "documentation" : "

The quota for HSM configurations has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createHsmConfiguration", "syncReturnType" : "HsmConfiguration", "asyncReturnType" : "HsmConfiguration", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateSnapshotCopyGrant" : { "documentation" : "

Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.

For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.

", "operationName" : "CreateSnapshotCopyGrant", "deprecated" : false, "input" : { "variableName" : "createSnapshotCopyGrantRequest", "variableType" : "CreateSnapshotCopyGrantRequest", "variableDeclarationType" : "CreateSnapshotCopyGrantRequest", "documentation" : "

The result of the CreateSnapshotCopyGrant action.

", "variableSetterType" : "CreateSnapshotCopyGrantRequest", "simpleType" : "CreateSnapshotCopyGrantRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SnapshotCopyGrant", "documentation" : "

The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified customer master key (CMK) from AWS KMS in the destination region.

For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.

" }, "exceptions" : [ { "exceptionName" : "SnapshotCopyGrantAlreadyExistsException", "documentation" : "

The snapshot copy grant can't be created because a grant with the same name already exists.

" }, { "exceptionName" : "SnapshotCopyGrantQuotaExceededException", "documentation" : "

The AWS account has exceeded the maximum number of snapshot copy grants in this region.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The encryption key has exceeded its grant limit in AWS KMS.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createSnapshotCopyGrant", "syncReturnType" : "SnapshotCopyGrant", "asyncReturnType" : "SnapshotCopyGrant", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateTags" : { "documentation" : "

Adds one or more tags to a specified resource.

A resource can have up to 10 tags. If you try to create more than 10 tags for a resource, you will receive an error and the attempt will fail.

If you specify a key that already exists for the resource, the value for that key will be updated with the new value.

", "operationName" : "CreateTags", "deprecated" : false, "input" : { "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "variableDeclarationType" : "CreateTagsRequest", "documentation" : "

Contains the output from the CreateTags action.

", "variableSetterType" : "CreateTagsRequest", "simpleType" : "CreateTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "TagLimitExceededException", "documentation" : "

The request exceeds the limit of 10 tags for the resource.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createTags", "syncReturnType" : "CreateTagsResult", "asyncReturnType" : "CreateTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteCluster" : { "documentation" : "

Deletes a previously provisioned cluster. A successful response from the web service indicates that the request was received correctly. Use DescribeClusters to monitor the status of the deletion. The delete operation cannot be canceled or reverted once submitted. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .

If you want to shut down the cluster and retain it for future use, set SkipFinalClusterSnapshot to false and specify a name for FinalClusterSnapshotIdentifier. You can later restore this snapshot to resume using the cluster. If a final cluster snapshot is requested, the status of the cluster will be \"final-snapshot\" while the snapshot is being taken, then it's \"deleting\" once Amazon Redshift begins deleting the cluster.

For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .

", "operationName" : "DeleteCluster", "deprecated" : false, "input" : { "variableName" : "deleteClusterRequest", "variableType" : "DeleteClusterRequest", "variableDeclarationType" : "DeleteClusterRequest", "documentation" : "

", "variableSetterType" : "DeleteClusterRequest", "simpleType" : "DeleteClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "ClusterSnapshotAlreadyExistsException", "documentation" : "

The value specified as a snapshot identifier is already used by an existing snapshot.

" }, { "exceptionName" : "ClusterSnapshotQuotaExceededException", "documentation" : "

The request would result in the user exceeding the allowed number of cluster snapshots.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteCluster", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteClusterParameterGroup" : { "documentation" : "

Deletes a specified Amazon Redshift parameter group. You cannot delete a parameter group if it is associated with a cluster.

", "operationName" : "DeleteClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "deleteClusterParameterGroupRequest", "variableType" : "DeleteClusterParameterGroupRequest", "variableDeclarationType" : "DeleteClusterParameterGroupRequest", "documentation" : "

", "variableSetterType" : "DeleteClusterParameterGroupRequest", "simpleType" : "DeleteClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteClusterParameterGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidClusterParameterGroupStateException", "documentation" : "

The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.

" }, { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteClusterParameterGroup", "syncReturnType" : "DeleteClusterParameterGroupResult", "asyncReturnType" : "DeleteClusterParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteClusterSecurityGroup" : { "documentation" : "

Deletes an Amazon Redshift security group.

You cannot delete a security group that is associated with any clusters. You cannot delete the default security group.

For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "DeleteClusterSecurityGroup", "deprecated" : false, "input" : { "variableName" : "deleteClusterSecurityGroupRequest", "variableType" : "DeleteClusterSecurityGroupRequest", "variableDeclarationType" : "DeleteClusterSecurityGroupRequest", "documentation" : "

", "variableSetterType" : "DeleteClusterSecurityGroupRequest", "simpleType" : "DeleteClusterSecurityGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteClusterSecurityGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidClusterSecurityGroupStateException", "documentation" : "

The state of the cluster security group is not available.

" }, { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "

The cluster security group name does not refer to an existing cluster security group.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteClusterSecurityGroup", "syncReturnType" : "DeleteClusterSecurityGroupResult", "asyncReturnType" : "DeleteClusterSecurityGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteClusterSnapshot" : { "documentation" : "

Deletes the specified manual snapshot. The snapshot must be in the available state, with no other users authorized to access the snapshot.

Unlike automated snapshots, manual snapshots are retained even after you delete your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot explicitly to avoid getting charged. If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.

", "operationName" : "DeleteClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "deleteClusterSnapshotRequest", "variableType" : "DeleteClusterSnapshotRequest", "variableDeclarationType" : "DeleteClusterSnapshotRequest", "documentation" : "

", "variableSetterType" : "DeleteClusterSnapshotRequest", "simpleType" : "DeleteClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

Describes a snapshot.

" }, "exceptions" : [ { "exceptionName" : "InvalidClusterSnapshotStateException", "documentation" : "

The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.

" }, { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "

The snapshot identifier does not refer to an existing cluster snapshot.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteClusterSnapshot", "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteClusterSubnetGroup" : { "documentation" : "

Deletes the specified cluster subnet group.

", "operationName" : "DeleteClusterSubnetGroup", "deprecated" : false, "input" : { "variableName" : "deleteClusterSubnetGroupRequest", "variableType" : "DeleteClusterSubnetGroupRequest", "variableDeclarationType" : "DeleteClusterSubnetGroupRequest", "documentation" : "

", "variableSetterType" : "DeleteClusterSubnetGroupRequest", "simpleType" : "DeleteClusterSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteClusterSubnetGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidClusterSubnetGroupStateException", "documentation" : "

The cluster subnet group cannot be deleted because it is in use.

" }, { "exceptionName" : "InvalidClusterSubnetStateException", "documentation" : "

The state of the subnet is invalid.

" }, { "exceptionName" : "ClusterSubnetGroupNotFoundException", "documentation" : "

The cluster subnet group name does not refer to an existing cluster subnet group.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteClusterSubnetGroup", "syncReturnType" : "DeleteClusterSubnetGroupResult", "asyncReturnType" : "DeleteClusterSubnetGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteEventSubscription" : { "documentation" : "

Deletes an Amazon Redshift event notification subscription.

", "operationName" : "DeleteEventSubscription", "deprecated" : false, "input" : { "variableName" : "deleteEventSubscriptionRequest", "variableType" : "DeleteEventSubscriptionRequest", "variableDeclarationType" : "DeleteEventSubscriptionRequest", "documentation" : "

", "variableSetterType" : "DeleteEventSubscriptionRequest", "simpleType" : "DeleteEventSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteEventSubscriptionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

An Amazon Redshift event notification subscription with the specified name does not exist.

" }, { "exceptionName" : "InvalidSubscriptionStateException", "documentation" : "

The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteEventSubscription", "syncReturnType" : "DeleteEventSubscriptionResult", "asyncReturnType" : "DeleteEventSubscriptionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteHsmClientCertificate" : { "documentation" : "

Deletes the specified HSM client certificate.

", "operationName" : "DeleteHsmClientCertificate", "deprecated" : false, "input" : { "variableName" : "deleteHsmClientCertificateRequest", "variableType" : "DeleteHsmClientCertificateRequest", "variableDeclarationType" : "DeleteHsmClientCertificateRequest", "documentation" : "

", "variableSetterType" : "DeleteHsmClientCertificateRequest", "simpleType" : "DeleteHsmClientCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteHsmClientCertificateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidHsmClientCertificateStateException", "documentation" : "

The specified HSM client certificate is not in the available state, or it is still in use by one or more Amazon Redshift clusters.

" }, { "exceptionName" : "HsmClientCertificateNotFoundException", "documentation" : "

There is no Amazon Redshift HSM client certificate with the specified identifier.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteHsmClientCertificate", "syncReturnType" : "DeleteHsmClientCertificateResult", "asyncReturnType" : "DeleteHsmClientCertificateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteHsmConfiguration" : { "documentation" : "

Deletes the specified Amazon Redshift HSM configuration.

", "operationName" : "DeleteHsmConfiguration", "deprecated" : false, "input" : { "variableName" : "deleteHsmConfigurationRequest", "variableType" : "DeleteHsmConfigurationRequest", "variableDeclarationType" : "DeleteHsmConfigurationRequest", "documentation" : "

", "variableSetterType" : "DeleteHsmConfigurationRequest", "simpleType" : "DeleteHsmConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteHsmConfigurationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidHsmConfigurationStateException", "documentation" : "

The specified HSM configuration is not in the available state, or it is still in use by one or more Amazon Redshift clusters.

" }, { "exceptionName" : "HsmConfigurationNotFoundException", "documentation" : "

There is no Amazon Redshift HSM configuration with the specified identifier.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteHsmConfiguration", "syncReturnType" : "DeleteHsmConfigurationResult", "asyncReturnType" : "DeleteHsmConfigurationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteSnapshotCopyGrant" : { "documentation" : "

Deletes the specified snapshot copy grant.

", "operationName" : "DeleteSnapshotCopyGrant", "deprecated" : false, "input" : { "variableName" : "deleteSnapshotCopyGrantRequest", "variableType" : "DeleteSnapshotCopyGrantRequest", "variableDeclarationType" : "DeleteSnapshotCopyGrantRequest", "documentation" : "

The result of the DeleteSnapshotCopyGrant action.

", "variableSetterType" : "DeleteSnapshotCopyGrantRequest", "simpleType" : "DeleteSnapshotCopyGrantRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteSnapshotCopyGrantResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidSnapshotCopyGrantStateException", "documentation" : "

The snapshot copy grant can't be deleted because it is used by one or more clusters.

" }, { "exceptionName" : "SnapshotCopyGrantNotFoundException", "documentation" : "

The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteSnapshotCopyGrant", "syncReturnType" : "DeleteSnapshotCopyGrantResult", "asyncReturnType" : "DeleteSnapshotCopyGrantResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteTags" : { "documentation" : "

Deletes a tag or tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.

", "operationName" : "DeleteTags", "deprecated" : false, "input" : { "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "variableDeclarationType" : "DeleteTagsRequest", "documentation" : "

Contains the output from the DeleteTags action.

", "variableSetterType" : "DeleteTagsRequest", "simpleType" : "DeleteTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteTags", "syncReturnType" : "DeleteTagsResult", "asyncReturnType" : "DeleteTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeClusterParameterGroups" : { "documentation" : "

Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default parameter group. For each parameter group, the response includes the parameter group name, description, and parameter group family name. You can optionally specify a name to retrieve the description of a specific parameter group.

For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all parameter groups that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all parameter groups that have any combination of those values are returned.

If both tag keys and values are omitted from the request, parameter groups are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeClusterParameterGroups", "deprecated" : false, "input" : { "variableName" : "describeClusterParameterGroupsRequest", "variableType" : "DescribeClusterParameterGroupsRequest", "variableDeclarationType" : "DescribeClusterParameterGroupsRequest", "documentation" : "

", "variableSetterType" : "DescribeClusterParameterGroupsRequest", "simpleType" : "DescribeClusterParameterGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClusterParameterGroupsResult", "documentation" : "

Contains the output from the DescribeClusterParameterGroups action.

" }, "exceptions" : [ { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeClusterParameterGroups", "syncReturnType" : "DescribeClusterParameterGroupsResult", "asyncReturnType" : "DescribeClusterParameterGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeClusterParameters" : { "documentation" : "

Returns a detailed list of parameters contained within the specified Amazon Redshift parameter group. For each parameter the response includes information such as parameter name, description, data type, value, whether the parameter value is modifiable, and so on.

You can specify source filter to retrieve parameters of only specific type. For example, to retrieve parameters that were modified by a user action such as from ModifyClusterParameterGroup, you can specify source equal to user.

For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "DescribeClusterParameters", "deprecated" : false, "input" : { "variableName" : "describeClusterParametersRequest", "variableType" : "DescribeClusterParametersRequest", "variableDeclarationType" : "DescribeClusterParametersRequest", "documentation" : "", "variableSetterType" : "DescribeClusterParametersRequest", "simpleType" : "DescribeClusterParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClusterParametersResult", "documentation" : "

Contains the output from the DescribeClusterParameters action.

" }, "exceptions" : [ { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeClusterParameters", "syncReturnType" : "DescribeClusterParametersResult", "asyncReturnType" : "DescribeClusterParametersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeClusterSecurityGroups" : { "documentation" : "

Returns information about Amazon Redshift security groups. If the name of a security group is specified, the response will contain only information about only that security group.

For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all security groups that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all security groups that have any combination of those values are returned.

If both tag keys and values are omitted from the request, security groups are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeClusterSecurityGroups", "deprecated" : false, "input" : { "variableName" : "describeClusterSecurityGroupsRequest", "variableType" : "DescribeClusterSecurityGroupsRequest", "variableDeclarationType" : "DescribeClusterSecurityGroupsRequest", "documentation" : "

", "variableSetterType" : "DescribeClusterSecurityGroupsRequest", "simpleType" : "DescribeClusterSecurityGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClusterSecurityGroupsResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "

The cluster security group name does not refer to an existing cluster security group.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeClusterSecurityGroups", "syncReturnType" : "DescribeClusterSecurityGroupsResult", "asyncReturnType" : "DescribeClusterSecurityGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeClusterSnapshots" : { "documentation" : "

Returns one or more snapshot objects, which contain metadata about your cluster snapshots. By default, this operation returns information about all snapshots of all clusters that are owned by you AWS customer account. No information is returned for snapshots owned by inactive AWS customer accounts.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all snapshots that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all snapshots that have any combination of those values are returned. Only snapshots that you own are returned in the response; shared snapshots are not returned with the tag key and tag value request parameters.

If both tag keys and values are omitted from the request, snapshots are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeClusterSnapshots", "deprecated" : false, "input" : { "variableName" : "describeClusterSnapshotsRequest", "variableType" : "DescribeClusterSnapshotsRequest", "variableDeclarationType" : "DescribeClusterSnapshotsRequest", "documentation" : "

", "variableSetterType" : "DescribeClusterSnapshotsRequest", "simpleType" : "DescribeClusterSnapshotsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClusterSnapshotsResult", "documentation" : "

Contains the output from the DescribeClusterSnapshots action.

" }, "exceptions" : [ { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "

The snapshot identifier does not refer to an existing cluster snapshot.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeClusterSnapshots", "syncReturnType" : "DescribeClusterSnapshotsResult", "asyncReturnType" : "DescribeClusterSnapshotsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeClusterSubnetGroups" : { "documentation" : "

Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups. By default, this operation returns information about all cluster subnet groups that are defined in you AWS account.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all subnet groups that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all subnet groups that have any combination of those values are returned.

If both tag keys and values are omitted from the request, subnet groups are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeClusterSubnetGroups", "deprecated" : false, "input" : { "variableName" : "describeClusterSubnetGroupsRequest", "variableType" : "DescribeClusterSubnetGroupsRequest", "variableDeclarationType" : "DescribeClusterSubnetGroupsRequest", "documentation" : "

", "variableSetterType" : "DescribeClusterSubnetGroupsRequest", "simpleType" : "DescribeClusterSubnetGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClusterSubnetGroupsResult", "documentation" : "

Contains the output from the DescribeClusterSubnetGroups action.

" }, "exceptions" : [ { "exceptionName" : "ClusterSubnetGroupNotFoundException", "documentation" : "

The cluster subnet group name does not refer to an existing cluster subnet group.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeClusterSubnetGroups", "syncReturnType" : "DescribeClusterSubnetGroupsResult", "asyncReturnType" : "DescribeClusterSubnetGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeClusterVersions" : { "documentation" : "

Returns descriptions of the available Amazon Redshift cluster versions. You can call this operation even before creating any clusters to learn more about the Amazon Redshift versions. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide

", "operationName" : "DescribeClusterVersions", "deprecated" : false, "input" : { "variableName" : "describeClusterVersionsRequest", "variableType" : "DescribeClusterVersionsRequest", "variableDeclarationType" : "DescribeClusterVersionsRequest", "documentation" : "

", "variableSetterType" : "DescribeClusterVersionsRequest", "simpleType" : "DescribeClusterVersionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClusterVersionsResult", "documentation" : "

Contains the output from the DescribeClusterVersions action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "describeClusterVersions", "syncReturnType" : "DescribeClusterVersionsResult", "asyncReturnType" : "DescribeClusterVersionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeClusters" : { "documentation" : "

Returns properties of provisioned clusters including general cluster properties, cluster database properties, maintenance and backup properties, and security and access properties. This operation supports pagination. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all clusters that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all clusters that have any combination of those values are returned.

If both tag keys and values are omitted from the request, clusters are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeClusters", "deprecated" : false, "input" : { "variableName" : "describeClustersRequest", "variableType" : "DescribeClustersRequest", "variableDeclarationType" : "DescribeClustersRequest", "documentation" : "

", "variableSetterType" : "DescribeClustersRequest", "simpleType" : "DescribeClustersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClustersResult", "documentation" : "

Contains the output from the DescribeClusters action.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeClusters", "syncReturnType" : "DescribeClustersResult", "asyncReturnType" : "DescribeClustersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeDefaultClusterParameters" : { "documentation" : "

Returns a list of parameter settings for the specified parameter group family.

For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "DescribeDefaultClusterParameters", "deprecated" : false, "input" : { "variableName" : "describeDefaultClusterParametersRequest", "variableType" : "DescribeDefaultClusterParametersRequest", "variableDeclarationType" : "DescribeDefaultClusterParametersRequest", "documentation" : "

", "variableSetterType" : "DescribeDefaultClusterParametersRequest", "simpleType" : "DescribeDefaultClusterParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DefaultClusterParameters", "documentation" : "

Describes the default cluster parameters for a parameter group family.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "describeDefaultClusterParameters", "syncReturnType" : "DefaultClusterParameters", "asyncReturnType" : "DefaultClusterParameters", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeEventCategories" : { "documentation" : "

Displays a list of event categories for all event source types, or for a specified source type. For a list of the event categories and source types, go to Amazon Redshift Event Notifications.

", "operationName" : "DescribeEventCategories", "deprecated" : false, "input" : { "variableName" : "describeEventCategoriesRequest", "variableType" : "DescribeEventCategoriesRequest", "variableDeclarationType" : "DescribeEventCategoriesRequest", "documentation" : "

", "variableSetterType" : "DescribeEventCategoriesRequest", "simpleType" : "DescribeEventCategoriesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventCategoriesResult", "documentation" : "

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "describeEventCategories", "syncReturnType" : "DescribeEventCategoriesResult", "asyncReturnType" : "DescribeEventCategoriesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeEventSubscriptions" : { "documentation" : "

Lists descriptions of all the Amazon Redshift event notifications subscription for a customer account. If you specify a subscription name, lists the description for that subscription.

", "operationName" : "DescribeEventSubscriptions", "deprecated" : false, "input" : { "variableName" : "describeEventSubscriptionsRequest", "variableType" : "DescribeEventSubscriptionsRequest", "variableDeclarationType" : "DescribeEventSubscriptionsRequest", "documentation" : "

", "variableSetterType" : "DescribeEventSubscriptionsRequest", "simpleType" : "DescribeEventSubscriptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventSubscriptionsResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

An Amazon Redshift event notification subscription with the specified name does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeEventSubscriptions", "syncReturnType" : "DescribeEventSubscriptionsResult", "asyncReturnType" : "DescribeEventSubscriptionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeEvents" : { "documentation" : "

Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days. Events specific to a particular cluster, security group, snapshot or parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

", "operationName" : "DescribeEvents", "deprecated" : false, "input" : { "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "variableDeclarationType" : "DescribeEventsRequest", "documentation" : "

", "variableSetterType" : "DescribeEventsRequest", "simpleType" : "DescribeEventsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventsResult", "documentation" : "

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "describeEvents", "syncReturnType" : "DescribeEventsResult", "asyncReturnType" : "DescribeEventsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeHsmClientCertificates" : { "documentation" : "

Returns information about the specified HSM client certificate. If no certificate ID is specified, returns information about all the HSM certificates owned by your AWS customer account.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM client certificates that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all HSM client certificates that have any combination of those values are returned.

If both tag keys and values are omitted from the request, HSM client certificates are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeHsmClientCertificates", "deprecated" : false, "input" : { "variableName" : "describeHsmClientCertificatesRequest", "variableType" : "DescribeHsmClientCertificatesRequest", "variableDeclarationType" : "DescribeHsmClientCertificatesRequest", "documentation" : "

", "variableSetterType" : "DescribeHsmClientCertificatesRequest", "simpleType" : "DescribeHsmClientCertificatesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeHsmClientCertificatesResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "HsmClientCertificateNotFoundException", "documentation" : "

There is no Amazon Redshift HSM client certificate with the specified identifier.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeHsmClientCertificates", "syncReturnType" : "DescribeHsmClientCertificatesResult", "asyncReturnType" : "DescribeHsmClientCertificatesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeHsmConfigurations" : { "documentation" : "

Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, returns information about all the HSM configurations owned by your AWS customer account.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM connections that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all HSM connections that have any combination of those values are returned.

If both tag keys and values are omitted from the request, HSM connections are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeHsmConfigurations", "deprecated" : false, "input" : { "variableName" : "describeHsmConfigurationsRequest", "variableType" : "DescribeHsmConfigurationsRequest", "variableDeclarationType" : "DescribeHsmConfigurationsRequest", "documentation" : "

", "variableSetterType" : "DescribeHsmConfigurationsRequest", "simpleType" : "DescribeHsmConfigurationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeHsmConfigurationsResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "HsmConfigurationNotFoundException", "documentation" : "

There is no Amazon Redshift HSM configuration with the specified identifier.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeHsmConfigurations", "syncReturnType" : "DescribeHsmConfigurationsResult", "asyncReturnType" : "DescribeHsmConfigurationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeLoggingStatus" : { "documentation" : "

Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.

", "operationName" : "DescribeLoggingStatus", "deprecated" : false, "input" : { "variableName" : "describeLoggingStatusRequest", "variableType" : "DescribeLoggingStatusRequest", "variableDeclarationType" : "DescribeLoggingStatusRequest", "documentation" : "

", "variableSetterType" : "DescribeLoggingStatusRequest", "simpleType" : "DescribeLoggingStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLoggingStatusResult", "documentation" : "

Describes the status of logging for a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeLoggingStatus", "syncReturnType" : "DescribeLoggingStatusResult", "asyncReturnType" : "DescribeLoggingStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeOrderableClusterOptions" : { "documentation" : "

Returns a list of orderable cluster options. Before you create a new cluster you can use this operation to find what options are available, such as the EC2 Availability Zones (AZ) in the specific AWS region that you can specify, and the node types you can request. The node types differ by available storage, memory, CPU and price. With the cost involved you might want to obtain a list of cluster options in the specific region and specify values when creating a cluster. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide

", "operationName" : "DescribeOrderableClusterOptions", "deprecated" : false, "input" : { "variableName" : "describeOrderableClusterOptionsRequest", "variableType" : "DescribeOrderableClusterOptionsRequest", "variableDeclarationType" : "DescribeOrderableClusterOptionsRequest", "documentation" : "

", "variableSetterType" : "DescribeOrderableClusterOptionsRequest", "simpleType" : "DescribeOrderableClusterOptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeOrderableClusterOptionsResult", "documentation" : "

Contains the output from the DescribeOrderableClusterOptions action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "describeOrderableClusterOptions", "syncReturnType" : "DescribeOrderableClusterOptionsResult", "asyncReturnType" : "DescribeOrderableClusterOptionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeReservedNodeOfferings" : { "documentation" : "

Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you. These descriptions help you determine which reserve node offering you want to purchase. You then use the unique offering ID in you call to PurchaseReservedNodeOffering to reserve one or more nodes for your Amazon Redshift cluster.

For more information about reserved node offerings, go to Purchasing Reserved Nodes in the Amazon Redshift Cluster Management Guide.

", "operationName" : "DescribeReservedNodeOfferings", "deprecated" : false, "input" : { "variableName" : "describeReservedNodeOfferingsRequest", "variableType" : "DescribeReservedNodeOfferingsRequest", "variableDeclarationType" : "DescribeReservedNodeOfferingsRequest", "documentation" : "

", "variableSetterType" : "DescribeReservedNodeOfferingsRequest", "simpleType" : "DescribeReservedNodeOfferingsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReservedNodeOfferingsResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "ReservedNodeOfferingNotFoundException", "documentation" : "

Specified offering does not exist.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The requested operation isn't supported.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeReservedNodeOfferings", "syncReturnType" : "DescribeReservedNodeOfferingsResult", "asyncReturnType" : "DescribeReservedNodeOfferingsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeReservedNodes" : { "documentation" : "

Returns the descriptions of the reserved nodes.

", "operationName" : "DescribeReservedNodes", "deprecated" : false, "input" : { "variableName" : "describeReservedNodesRequest", "variableType" : "DescribeReservedNodesRequest", "variableDeclarationType" : "DescribeReservedNodesRequest", "documentation" : "

", "variableSetterType" : "DescribeReservedNodesRequest", "simpleType" : "DescribeReservedNodesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReservedNodesResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "ReservedNodeNotFoundException", "documentation" : "

The specified reserved compute node not found.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeReservedNodes", "syncReturnType" : "DescribeReservedNodesResult", "asyncReturnType" : "DescribeReservedNodesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeResize" : { "documentation" : "

Returns information about the last resize operation for the specified cluster. If no resize operation has ever been initiated for the specified cluster, a HTTP 404 error is returned. If a resize operation was initiated and completed, the status of the resize remains as SUCCEEDED until the next resize.

A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.

", "operationName" : "DescribeResize", "deprecated" : false, "input" : { "variableName" : "describeResizeRequest", "variableType" : "DescribeResizeRequest", "variableDeclarationType" : "DescribeResizeRequest", "documentation" : "

", "variableSetterType" : "DescribeResizeRequest", "simpleType" : "DescribeResizeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeResizeResult", "documentation" : "

Describes the result of a cluster resize operation.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "ResizeNotFoundException", "documentation" : "

A resize operation for the specified cluster is not found.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeResize", "syncReturnType" : "DescribeResizeResult", "asyncReturnType" : "DescribeResizeResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeSnapshotCopyGrants" : { "documentation" : "

Returns a list of snapshot copy grants owned by the AWS account in the destination region.

For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.

", "operationName" : "DescribeSnapshotCopyGrants", "deprecated" : false, "input" : { "variableName" : "describeSnapshotCopyGrantsRequest", "variableType" : "DescribeSnapshotCopyGrantsRequest", "variableDeclarationType" : "DescribeSnapshotCopyGrantsRequest", "documentation" : "

The result of the DescribeSnapshotCopyGrants action.

", "variableSetterType" : "DescribeSnapshotCopyGrantsRequest", "simpleType" : "DescribeSnapshotCopyGrantsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeSnapshotCopyGrantsResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "SnapshotCopyGrantNotFoundException", "documentation" : "

The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeSnapshotCopyGrants", "syncReturnType" : "DescribeSnapshotCopyGrantsResult", "asyncReturnType" : "DescribeSnapshotCopyGrantsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeTableRestoreStatus" : { "documentation" : "

Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action. If you don't specify a value for the TableRestoreRequestId parameter, then DescribeTableRestoreStatus returns the status of all table restore requests ordered by the date and time of the request in ascending order. Otherwise DescribeTableRestoreStatus returns the status of the table specified by TableRestoreRequestId.

", "operationName" : "DescribeTableRestoreStatus", "deprecated" : false, "input" : { "variableName" : "describeTableRestoreStatusRequest", "variableType" : "DescribeTableRestoreStatusRequest", "variableDeclarationType" : "DescribeTableRestoreStatusRequest", "documentation" : "", "variableSetterType" : "DescribeTableRestoreStatusRequest", "simpleType" : "DescribeTableRestoreStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTableRestoreStatusResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "TableRestoreNotFoundException", "documentation" : "

The specified TableRestoreRequestId value was not found.

" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTableRestoreStatus", "syncReturnType" : "DescribeTableRestoreStatusResult", "asyncReturnType" : "DescribeTableRestoreStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeTags" : { "documentation" : "

Returns a list of tags. You can return tags from a specific resource by specifying an ARN, or you can return all tags for a given type of resource, such as clusters, snapshots, and so on.

The following are limitations for DescribeTags:

  • You cannot specify an ARN and a resource-type value together in the same request.
  • You cannot use the MaxRecords and Marker parameters together with the ARN parameter.
  • The MaxRecords parameter can be a range from 10 to 50 results to return in a request.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all resources that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all resources that have any combination of those values are returned.

If both tag keys and values are omitted from the request, resources are returned regardless of whether they have tag keys or values associated with them.

", "operationName" : "DescribeTags", "deprecated" : false, "input" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : "

", "variableSetterType" : "DescribeTagsRequest", "simpleType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The tag is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTags", "syncReturnType" : "DescribeTagsResult", "asyncReturnType" : "DescribeTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DisableLogging" : { "documentation" : "

Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.

", "operationName" : "DisableLogging", "deprecated" : false, "input" : { "variableName" : "disableLoggingRequest", "variableType" : "DisableLoggingRequest", "variableDeclarationType" : "DisableLoggingRequest", "documentation" : "

", "variableSetterType" : "DisableLoggingRequest", "simpleType" : "DisableLoggingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableLoggingResult", "documentation" : "

Describes the status of logging for a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "disableLogging", "syncReturnType" : "DisableLoggingResult", "asyncReturnType" : "DisableLoggingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DisableSnapshotCopy" : { "documentation" : "

Disables the automatic copying of snapshots from one region to another region for a specified cluster.

If your cluster and its snapshots are encrypted using a customer master key (CMK) from AWS KMS, use DeleteSnapshotCopyGrant to delete the grant that grants Amazon Redshift permission to the CMK in the destination region.

", "operationName" : "DisableSnapshotCopy", "deprecated" : false, "input" : { "variableName" : "disableSnapshotCopyRequest", "variableType" : "DisableSnapshotCopyRequest", "variableDeclarationType" : "DisableSnapshotCopyRequest", "documentation" : "

", "variableSetterType" : "DisableSnapshotCopyRequest", "simpleType" : "DisableSnapshotCopyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "SnapshotCopyAlreadyDisabledException", "documentation" : "

The cluster already has cross-region snapshot copy disabled.

" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "disableSnapshotCopy", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "EnableLogging" : { "documentation" : "

Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.

", "operationName" : "EnableLogging", "deprecated" : false, "input" : { "variableName" : "enableLoggingRequest", "variableType" : "EnableLoggingRequest", "variableDeclarationType" : "EnableLoggingRequest", "documentation" : "

", "variableSetterType" : "EnableLoggingRequest", "simpleType" : "EnableLoggingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableLoggingResult", "documentation" : "

Describes the status of logging for a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "BucketNotFoundException", "documentation" : "

Could not find the specified S3 bucket.

" }, { "exceptionName" : "InsufficientS3BucketPolicyException", "documentation" : "

The cluster does not have read bucket or put object permissions on the S3 bucket specified when enabling logging.

" }, { "exceptionName" : "InvalidS3KeyPrefixException", "documentation" : "

The string specified for the logging S3 key prefix does not comply with the documented constraints.

" }, { "exceptionName" : "InvalidS3BucketNameException", "documentation" : "

The S3 bucket name is invalid. For more information about naming rules, go to Bucket Restrictions and Limitations in the Amazon Simple Storage Service (S3) Developer Guide.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "enableLogging", "syncReturnType" : "EnableLoggingResult", "asyncReturnType" : "EnableLoggingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "EnableSnapshotCopy" : { "documentation" : "

Enables the automatic copy of snapshots from one region to another region for a specified cluster.

", "operationName" : "EnableSnapshotCopy", "deprecated" : false, "input" : { "variableName" : "enableSnapshotCopyRequest", "variableType" : "EnableSnapshotCopyRequest", "variableDeclarationType" : "EnableSnapshotCopyRequest", "documentation" : "

", "variableSetterType" : "EnableSnapshotCopyRequest", "simpleType" : "EnableSnapshotCopyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "IncompatibleOrderableOptionsException", "documentation" : "

The specified options are incompatible.

" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "CopyToRegionDisabledException", "documentation" : "

Cross-region snapshot copy was temporarily disabled. Try your request again.

" }, { "exceptionName" : "SnapshotCopyAlreadyEnabledException", "documentation" : "

The cluster already has cross-region snapshot copy enabled.

" }, { "exceptionName" : "UnknownSnapshotCopyRegionException", "documentation" : "

The specified region is incorrect or does not exist.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" }, { "exceptionName" : "SnapshotCopyGrantNotFoundException", "documentation" : "

The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The encryption key has exceeded its grant limit in AWS KMS.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "enableSnapshotCopy", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ModifyCluster" : { "documentation" : "

Modifies the settings for a cluster. For example, you can add another security or parameter group, update the preferred maintenance window, or change the master user password. Resetting a cluster password or modifying the security groups associated with a cluster do not need a reboot. However, modifying a parameter group requires a reboot for parameters to take effect. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .

You can also change node type and the number of nodes to scale up or down the cluster. When resizing a cluster, you must specify both the number of nodes and the node type even if one of the parameters does not change.

", "operationName" : "ModifyCluster", "deprecated" : false, "input" : { "variableName" : "modifyClusterRequest", "variableType" : "ModifyClusterRequest", "variableDeclarationType" : "ModifyClusterRequest", "documentation" : "

", "variableSetterType" : "ModifyClusterRequest", "simpleType" : "ModifyClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "InvalidClusterSecurityGroupStateException", "documentation" : "

The state of the cluster security group is not available.

" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "NumberOfNodesQuotaExceededException", "documentation" : "

The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "

The cluster security group name does not refer to an existing cluster security group.

" }, { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" }, { "exceptionName" : "InsufficientClusterCapacityException", "documentation" : "

The number of nodes specified exceeds the allotted capacity of the cluster.

" }, { "exceptionName" : "UnsupportedOptionException", "documentation" : "

A request option was specified that is not supported.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" }, { "exceptionName" : "HsmClientCertificateNotFoundException", "documentation" : "

There is no Amazon Redshift HSM client certificate with the specified identifier.

" }, { "exceptionName" : "HsmConfigurationNotFoundException", "documentation" : "

There is no Amazon Redshift HSM configuration with the specified identifier.

" }, { "exceptionName" : "ClusterAlreadyExistsException", "documentation" : "

The account already has a cluster with the given identifier.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The encryption key has exceeded its grant limit in AWS KMS.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" }, { "exceptionName" : "InvalidElasticIpException", "documentation" : "

The Elastic IP (EIP) is invalid or cannot be found.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifyCluster", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ModifyClusterIamRoles" : { "documentation" : "

Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

A cluster can have up to 10 IAM roles associated at any time.

", "operationName" : "ModifyClusterIamRoles", "deprecated" : false, "input" : { "variableName" : "modifyClusterIamRolesRequest", "variableType" : "ModifyClusterIamRolesRequest", "variableDeclarationType" : "ModifyClusterIamRolesRequest", "documentation" : "

", "variableSetterType" : "ModifyClusterIamRolesRequest", "simpleType" : "ModifyClusterIamRolesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifyClusterIamRoles", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ModifyClusterParameterGroup" : { "documentation" : "

Modifies the parameters of a parameter group.

For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "ModifyClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "modifyClusterParameterGroupRequest", "variableType" : "ModifyClusterParameterGroupRequest", "variableDeclarationType" : "ModifyClusterParameterGroupRequest", "documentation" : "

", "variableSetterType" : "ModifyClusterParameterGroupRequest", "simpleType" : "ModifyClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyClusterParameterGroupResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" }, { "exceptionName" : "InvalidClusterParameterGroupStateException", "documentation" : "

The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifyClusterParameterGroup", "syncReturnType" : "ModifyClusterParameterGroupResult", "asyncReturnType" : "ModifyClusterParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ModifyClusterSubnetGroup" : { "documentation" : "

Modifies a cluster subnet group to include the specified list of VPC subnets. The operation replaces the existing list of subnets with the new list of subnets.

", "operationName" : "ModifyClusterSubnetGroup", "deprecated" : false, "input" : { "variableName" : "modifyClusterSubnetGroupRequest", "variableType" : "ModifyClusterSubnetGroupRequest", "variableDeclarationType" : "ModifyClusterSubnetGroupRequest", "documentation" : "

", "variableSetterType" : "ModifyClusterSubnetGroupRequest", "simpleType" : "ModifyClusterSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ClusterSubnetGroup", "documentation" : "

Describes a subnet group.

" }, "exceptions" : [ { "exceptionName" : "ClusterSubnetGroupNotFoundException", "documentation" : "

The cluster subnet group name does not refer to an existing cluster subnet group.

" }, { "exceptionName" : "ClusterSubnetQuotaExceededException", "documentation" : "

The request would result in user exceeding the allowed number of subnets in a cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "SubnetAlreadyInUseException", "documentation" : "

A specified subnet is already in use by another cluster.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is not valid, or not all of the subnets are in the same VPC.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifyClusterSubnetGroup", "syncReturnType" : "ClusterSubnetGroup", "asyncReturnType" : "ClusterSubnetGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ModifyEventSubscription" : { "documentation" : "

Modifies an existing Amazon Redshift event notification subscription.

", "operationName" : "ModifyEventSubscription", "deprecated" : false, "input" : { "variableName" : "modifyEventSubscriptionRequest", "variableType" : "ModifyEventSubscriptionRequest", "variableDeclarationType" : "ModifyEventSubscriptionRequest", "documentation" : "

", "variableSetterType" : "ModifyEventSubscriptionRequest", "simpleType" : "ModifyEventSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EventSubscription", "documentation" : "

Describes event subscriptions.

" }, "exceptions" : [ { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

An Amazon Redshift event notification subscription with the specified name does not exist.

" }, { "exceptionName" : "SNSInvalidTopicException", "documentation" : "

Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.

" }, { "exceptionName" : "SNSNoAuthorizationException", "documentation" : "

You do not have permission to publish to the specified Amazon SNS topic.

" }, { "exceptionName" : "SNSTopicArnNotFoundException", "documentation" : "

An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.

" }, { "exceptionName" : "SubscriptionEventIdNotFoundException", "documentation" : "

An Amazon Redshift event with the specified event ID does not exist.

" }, { "exceptionName" : "SubscriptionCategoryNotFoundException", "documentation" : "

The value specified for the event category was not one of the allowed values, or it specified a category that does not apply to the specified source type. The allowed values are Configuration, Management, Monitoring, and Security.

" }, { "exceptionName" : "SubscriptionSeverityNotFoundException", "documentation" : "

The value specified for the event severity was not one of the allowed values, or it specified a severity that does not apply to the specified source type. The allowed values are ERROR and INFO.

" }, { "exceptionName" : "SourceNotFoundException", "documentation" : "

The specified Amazon Redshift event source could not be found.

" }, { "exceptionName" : "InvalidSubscriptionStateException", "documentation" : "

The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifyEventSubscription", "syncReturnType" : "EventSubscription", "asyncReturnType" : "EventSubscription", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ModifySnapshotCopyRetentionPeriod" : { "documentation" : "

Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.

", "operationName" : "ModifySnapshotCopyRetentionPeriod", "deprecated" : false, "input" : { "variableName" : "modifySnapshotCopyRetentionPeriodRequest", "variableType" : "ModifySnapshotCopyRetentionPeriodRequest", "variableDeclarationType" : "ModifySnapshotCopyRetentionPeriodRequest", "documentation" : "

", "variableSetterType" : "ModifySnapshotCopyRetentionPeriodRequest", "simpleType" : "ModifySnapshotCopyRetentionPeriodRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "SnapshotCopyDisabledException", "documentation" : "

Cross-region snapshot copy was temporarily disabled. Try your request again.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifySnapshotCopyRetentionPeriod", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "PurchaseReservedNodeOffering" : { "documentation" : "

Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of reserved node offerings. You can purchase one or more of the offerings. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings. You can call this API by providing a specific reserved node offering and the number of nodes you want to reserve.

For more information about reserved node offerings, go to Purchasing Reserved Nodes in the Amazon Redshift Cluster Management Guide.

", "operationName" : "PurchaseReservedNodeOffering", "deprecated" : false, "input" : { "variableName" : "purchaseReservedNodeOfferingRequest", "variableType" : "PurchaseReservedNodeOfferingRequest", "variableDeclarationType" : "PurchaseReservedNodeOfferingRequest", "documentation" : "

", "variableSetterType" : "PurchaseReservedNodeOfferingRequest", "simpleType" : "PurchaseReservedNodeOfferingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReservedNode", "documentation" : "

Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.

" }, "exceptions" : [ { "exceptionName" : "ReservedNodeOfferingNotFoundException", "documentation" : "

Specified offering does not exist.

" }, { "exceptionName" : "ReservedNodeAlreadyExistsException", "documentation" : "

User already has a reservation with the given identifier.

" }, { "exceptionName" : "ReservedNodeQuotaExceededException", "documentation" : "

Request would exceed the user's compute node quota. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The requested operation isn't supported.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "purchaseReservedNodeOffering", "syncReturnType" : "ReservedNode", "asyncReturnType" : "ReservedNode", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RebootCluster" : { "documentation" : "

Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to rebooting. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide

", "operationName" : "RebootCluster", "deprecated" : false, "input" : { "variableName" : "rebootClusterRequest", "variableType" : "RebootClusterRequest", "variableDeclarationType" : "RebootClusterRequest", "documentation" : "

", "variableSetterType" : "RebootClusterRequest", "simpleType" : "RebootClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "rebootCluster", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ResetClusterParameterGroup" : { "documentation" : "

Sets one or more parameters of the specified parameter group to their default values and sets the source values of the parameters to \"engine-default\". To reset the entire parameter group specify the ResetAllParameters parameter. For parameter changes to take effect you must reboot any associated clusters.

", "operationName" : "ResetClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "resetClusterParameterGroupRequest", "variableType" : "ResetClusterParameterGroupRequest", "variableDeclarationType" : "ResetClusterParameterGroupRequest", "documentation" : "

", "variableSetterType" : "ResetClusterParameterGroupRequest", "simpleType" : "ResetClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ResetClusterParameterGroupResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "InvalidClusterParameterGroupStateException", "documentation" : "

The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.

" }, { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "resetClusterParameterGroup", "syncReturnType" : "ResetClusterParameterGroupResult", "asyncReturnType" : "ResetClusterParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RestoreFromClusterSnapshot" : { "documentation" : "

Creates a new cluster from a snapshot. By default, Amazon Redshift creates the resulting cluster with the same configuration as the original cluster from which the snapshot was created, except that the new cluster is created with the default cluster security and parameter groups. After Amazon Redshift creates the cluster, you can use the ModifyCluster API to associate a different security group and different parameter group with the restored cluster. If you are using a DS node type, you can also choose to change to another DS node type of the same size during restore.

If you restore a cluster into a VPC, you must provide a cluster subnet group where you want the cluster restored.

For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.

", "operationName" : "RestoreFromClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "restoreFromClusterSnapshotRequest", "variableType" : "RestoreFromClusterSnapshotRequest", "variableDeclarationType" : "RestoreFromClusterSnapshotRequest", "documentation" : "

", "variableSetterType" : "RestoreFromClusterSnapshotRequest", "simpleType" : "RestoreFromClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "AccessToSnapshotDeniedException", "documentation" : "

The owner of the specified snapshot has not authorized your account to access the snapshot.

" }, { "exceptionName" : "ClusterAlreadyExistsException", "documentation" : "

The account already has a cluster with the given identifier.

" }, { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "

The snapshot identifier does not refer to an existing cluster snapshot.

" }, { "exceptionName" : "ClusterQuotaExceededException", "documentation" : "

The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "InsufficientClusterCapacityException", "documentation" : "

The number of nodes specified exceeds the allotted capacity of the cluster.

" }, { "exceptionName" : "InvalidClusterSnapshotStateException", "documentation" : "

The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.

" }, { "exceptionName" : "InvalidRestoreException", "documentation" : "

The restore is invalid.

" }, { "exceptionName" : "NumberOfNodesQuotaExceededException", "documentation" : "

The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

" }, { "exceptionName" : "NumberOfNodesPerClusterLimitExceededException", "documentation" : "

The operation would exceed the number of nodes allowed for a cluster.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

The cluster subnet group does not cover all Availability Zones.

" }, { "exceptionName" : "InvalidClusterSubnetGroupStateException", "documentation" : "

The cluster subnet group cannot be deleted because it is in use.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is not valid, or not all of the subnets are in the same VPC.

" }, { "exceptionName" : "ClusterSubnetGroupNotFoundException", "documentation" : "

The cluster subnet group name does not refer to an existing cluster subnet group.

" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

Your account is not authorized to perform the requested operation.

" }, { "exceptionName" : "HsmClientCertificateNotFoundException", "documentation" : "

There is no Amazon Redshift HSM client certificate with the specified identifier.

" }, { "exceptionName" : "HsmConfigurationNotFoundException", "documentation" : "

There is no Amazon Redshift HSM configuration with the specified identifier.

" }, { "exceptionName" : "InvalidElasticIpException", "documentation" : "

The Elastic IP (EIP) is invalid or cannot be found.

" }, { "exceptionName" : "ClusterParameterGroupNotFoundException", "documentation" : "

The parameter group name does not refer to an existing parameter group.

" }, { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "

The cluster security group name does not refer to an existing cluster security group.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The encryption key has exceeded its grant limit in AWS KMS.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "restoreFromClusterSnapshot", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RestoreTableFromClusterSnapshot" : { "documentation" : "

Creates a new table from a table in an Amazon Redshift cluster snapshot. You must create the new table within the Amazon Redshift cluster that the snapshot was taken from.

You cannot use RestoreTableFromClusterSnapshot to restore a table with the same name as an existing table in an Amazon Redshift cluster. That is, you cannot overwrite an existing table in a cluster with a restored table. If you want to replace your original table with a new, restored table, then rename or drop your original table before you call RestoreTableFromClusterSnapshot. When you have renamed your original table, then you can pass the original name of the table as the NewTableName parameter value in the call to RestoreTableFromClusterSnapshot. This way, you can replace the original table with the table created from the snapshot.

", "operationName" : "RestoreTableFromClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "restoreTableFromClusterSnapshotRequest", "variableType" : "RestoreTableFromClusterSnapshotRequest", "variableDeclarationType" : "RestoreTableFromClusterSnapshotRequest", "documentation" : "", "variableSetterType" : "RestoreTableFromClusterSnapshotRequest", "simpleType" : "RestoreTableFromClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TableRestoreStatus", "documentation" : "

Describes the status of a RestoreTableFromClusterSnapshot operation.

" }, "exceptions" : [ { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "

The snapshot identifier does not refer to an existing cluster snapshot.

" }, { "exceptionName" : "InProgressTableRestoreQuotaExceededException", "documentation" : "

You have exceeded the allowed number of table restore requests. Wait for your current table restore requests to complete before making a new request.

" }, { "exceptionName" : "InvalidClusterSnapshotStateException", "documentation" : "

The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.

" }, { "exceptionName" : "InvalidTableRestoreArgumentException", "documentation" : "

The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName parameter, or a combination of these, doesn't exist in the snapshot.

" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The requested operation isn't supported.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "restoreTableFromClusterSnapshot", "syncReturnType" : "TableRestoreStatus", "asyncReturnType" : "TableRestoreStatus", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RevokeClusterSecurityGroupIngress" : { "documentation" : "

Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. To add an ingress rule, see AuthorizeClusterSecurityGroupIngress. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.

", "operationName" : "RevokeClusterSecurityGroupIngress", "deprecated" : false, "input" : { "variableName" : "revokeClusterSecurityGroupIngressRequest", "variableType" : "RevokeClusterSecurityGroupIngressRequest", "variableDeclarationType" : "RevokeClusterSecurityGroupIngressRequest", "documentation" : "

", "variableSetterType" : "RevokeClusterSecurityGroupIngressRequest", "simpleType" : "RevokeClusterSecurityGroupIngressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ClusterSecurityGroup", "documentation" : "

Describes a security group.

" }, "exceptions" : [ { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "

The cluster security group name does not refer to an existing cluster security group.

" }, { "exceptionName" : "AuthorizationNotFoundException", "documentation" : "

The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.

" }, { "exceptionName" : "InvalidClusterSecurityGroupStateException", "documentation" : "

The state of the cluster security group is not available.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "revokeClusterSecurityGroupIngress", "syncReturnType" : "ClusterSecurityGroup", "asyncReturnType" : "ClusterSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RevokeSnapshotAccess" : { "documentation" : "

Removes the ability of the specified AWS customer account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion.

For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.

", "operationName" : "RevokeSnapshotAccess", "deprecated" : false, "input" : { "variableName" : "revokeSnapshotAccessRequest", "variableType" : "RevokeSnapshotAccessRequest", "variableDeclarationType" : "RevokeSnapshotAccessRequest", "documentation" : "

", "variableSetterType" : "RevokeSnapshotAccessRequest", "simpleType" : "RevokeSnapshotAccessRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

Describes a snapshot.

" }, "exceptions" : [ { "exceptionName" : "AccessToSnapshotDeniedException", "documentation" : "

The owner of the specified snapshot has not authorized your account to access the snapshot.

" }, { "exceptionName" : "AuthorizationNotFoundException", "documentation" : "

The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.

" }, { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "

The snapshot identifier does not refer to an existing cluster snapshot.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "revokeSnapshotAccess", "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RotateEncryptionKey" : { "documentation" : "

Rotates the encryption keys for a cluster.

", "operationName" : "RotateEncryptionKey", "deprecated" : false, "input" : { "variableName" : "rotateEncryptionKeyRequest", "variableType" : "RotateEncryptionKeyRequest", "variableDeclarationType" : "RotateEncryptionKeyRequest", "documentation" : "

", "variableSetterType" : "RotateEncryptionKeyRequest", "simpleType" : "RotateEncryptionKeyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "

Describes a cluster.

" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "

The ClusterIdentifier parameter does not refer to an existing cluster.

" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "

The specified cluster is not in the available state.

" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "rotateEncryptionKey", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true } }, "shapes" : { "InvalidHsmConfigurationStateException" : { "c2jName" : "InvalidHsmConfigurationStateFault", "documentation" : "

The specified HSM configuration is not in the available state, or it is still in use by one or more Amazon Redshift clusters.

", "shapeName" : "InvalidHsmConfigurationStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidHsmConfigurationStateException", "variableType" : "InvalidHsmConfigurationStateException", "variableDeclarationType" : "InvalidHsmConfigurationStateException", "documentation" : null, "variableSetterType" : "InvalidHsmConfigurationStateException", "simpleType" : "InvalidHsmConfigurationStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidHsmConfigurationStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeHsmConfigurationsResult" : { "c2jName" : "HsmConfigurationMessage", "documentation" : "

", "shapeName" : "DescribeHsmConfigurationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

A list of HsmConfiguration objects.

", "name" : "HsmConfigurations", "c2jName" : "HsmConfigurations", "c2jShape" : "HsmConfigurationList", "variable" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of HsmConfiguration objects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurations", "marshallLocationName" : "HsmConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HsmConfiguration", "memberLocationName" : "HsmConfiguration", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HsmConfiguration", "variable" : { "variableName" : "member", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : "", "variableSetterType" : "HsmConfiguration", "simpleType" : "HsmConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : "", "variableSetterType" : "HsmConfiguration", "simpleType" : "HsmConfiguration" }, "getterModel" : { "returnType" : "HsmConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfiguration", "marshallLocationName" : "HsmConfiguration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "HsmConfiguration", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

A list of HsmConfiguration objects.

\n@param hsmConfigurations A list of HsmConfiguration objects.*/", "getterDocumentation" : "/**

A list of HsmConfiguration objects.

\n@return A list of HsmConfiguration objects.*/", "fluentSetterDocumentation" : "/**

A list of HsmConfiguration objects.

\n@param hsmConfigurations A list of HsmConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of HsmConfiguration objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setHsmConfigurations(java.util.Collection)} or {@link #withHsmConfigurations(java.util.Collection)} if you want to override the existing values.

\n@param hsmConfigurations A list of HsmConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeHsmConfigurationsResult", "variableType" : "DescribeHsmConfigurationsResult", "variableDeclarationType" : "DescribeHsmConfigurationsResult", "documentation" : null, "variableSetterType" : "DescribeHsmConfigurationsResult", "simpleType" : "DescribeHsmConfigurationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeHsmConfigurationsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmConfigurations" : { "documentation" : "

A list of HsmConfiguration objects.

", "name" : "HsmConfigurations", "c2jName" : "HsmConfigurations", "c2jShape" : "HsmConfigurationList", "variable" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of HsmConfiguration objects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurations", "marshallLocationName" : "HsmConfigurations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HsmConfiguration", "memberLocationName" : "HsmConfiguration", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HsmConfiguration", "variable" : { "variableName" : "member", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : "", "variableSetterType" : "HsmConfiguration", "simpleType" : "HsmConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : "", "variableSetterType" : "HsmConfiguration", "simpleType" : "HsmConfiguration" }, "getterModel" : { "returnType" : "HsmConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfiguration", "marshallLocationName" : "HsmConfiguration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "HsmConfiguration", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

A list of HsmConfiguration objects.

\n@param hsmConfigurations A list of HsmConfiguration objects.*/", "getterDocumentation" : "/**

A list of HsmConfiguration objects.

\n@return A list of HsmConfiguration objects.*/", "fluentSetterDocumentation" : "/**

A list of HsmConfiguration objects.

\n@param hsmConfigurations A list of HsmConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of HsmConfiguration objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setHsmConfigurations(java.util.Collection)} or {@link #withHsmConfigurations(java.util.Collection)} if you want to override the existing values.

\n@param hsmConfigurations A list of HsmConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SubscriptionEventIdNotFoundException" : { "c2jName" : "SubscriptionEventIdNotFoundFault", "documentation" : "

An Amazon Redshift event with the specified event ID does not exist.

", "shapeName" : "SubscriptionEventIdNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionEventIdNotFoundException", "variableType" : "SubscriptionEventIdNotFoundException", "variableDeclarationType" : "SubscriptionEventIdNotFoundException", "documentation" : null, "variableSetterType" : "SubscriptionEventIdNotFoundException", "simpleType" : "SubscriptionEventIdNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionEventIdNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RestoreStatus" : { "c2jName" : "RestoreStatus", "documentation" : "

Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

", "shapeName" : "RestoreStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the restore action. Returns starting, restoring, completed, or failed.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the restore action. Returns starting, restoring, completed, or failed.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.*/", "getterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@return The status of the restore action. Returns starting, restoring, completed, or failed.*/", "fluentSetterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

", "name" : "CurrentRestoreRateInMegaBytesPerSecond", "c2jName" : "CurrentRestoreRateInMegaBytesPerSecond", "c2jShape" : "Double", "variable" : { "variableName" : "currentRestoreRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "currentRestoreRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond", "marshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/", "getterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@return The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/", "fluentSetterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The size of the set of snapshot data used to restore the cluster.

", "name" : "SnapshotSizeInMegaBytes", "c2jName" : "SnapshotSizeInMegaBytes", "c2jShape" : "Long", "variable" : { "variableName" : "snapshotSizeInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The size of the set of snapshot data used to restore the cluster.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "snapshotSizeInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotSizeInMegaBytes", "marshallLocationName" : "SnapshotSizeInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.*/", "getterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@return The size of the set of snapshot data used to restore the cluster.*/", "fluentSetterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The number of megabytes that have been transferred from snapshot storage.

", "name" : "ProgressInMegaBytes", "c2jName" : "ProgressInMegaBytes", "c2jShape" : "Long", "variable" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of megabytes that have been transferred from snapshot storage.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProgressInMegaBytes", "marshallLocationName" : "ProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.*/", "getterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@return The number of megabytes that have been transferred from snapshot storage.*/", "fluentSetterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

", "name" : "ElapsedTimeInSeconds", "c2jName" : "ElapsedTimeInSeconds", "c2jShape" : "Long", "variable" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElapsedTimeInSeconds", "marshallLocationName" : "ElapsedTimeInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/", "getterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@return The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/", "fluentSetterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

", "name" : "EstimatedTimeToCompletionInSeconds", "c2jName" : "EstimatedTimeToCompletionInSeconds", "c2jShape" : "Long", "variable" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedTimeToCompletionInSeconds", "marshallLocationName" : "EstimatedTimeToCompletionInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/", "getterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@return The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/", "fluentSetterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "restoreStatus", "variableType" : "RestoreStatus", "variableDeclarationType" : "RestoreStatus", "documentation" : null, "variableSetterType" : "RestoreStatus", "simpleType" : "RestoreStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the restore action. Returns starting, restoring, completed, or failed.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the restore action. Returns starting, restoring, completed, or failed.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.*/", "getterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@return The status of the restore action. Returns starting, restoring, completed, or failed.*/", "fluentSetterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the restore action. Returns starting, restoring, completed, or failed.

\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "CurrentRestoreRateInMegaBytesPerSecond" : { "documentation" : "

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

", "name" : "CurrentRestoreRateInMegaBytesPerSecond", "c2jName" : "CurrentRestoreRateInMegaBytesPerSecond", "c2jShape" : "Double", "variable" : { "variableName" : "currentRestoreRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "currentRestoreRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond", "marshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/", "getterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@return The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/", "fluentSetterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ElapsedTimeInSeconds" : { "documentation" : "

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

", "name" : "ElapsedTimeInSeconds", "c2jName" : "ElapsedTimeInSeconds", "c2jShape" : "Long", "variable" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElapsedTimeInSeconds", "marshallLocationName" : "ElapsedTimeInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/", "getterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@return The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/", "fluentSetterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EstimatedTimeToCompletionInSeconds" : { "documentation" : "

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

", "name" : "EstimatedTimeToCompletionInSeconds", "c2jName" : "EstimatedTimeToCompletionInSeconds", "c2jShape" : "Long", "variable" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedTimeToCompletionInSeconds", "marshallLocationName" : "EstimatedTimeToCompletionInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/", "getterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@return The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/", "fluentSetterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ProgressInMegaBytes" : { "documentation" : "

The number of megabytes that have been transferred from snapshot storage.

", "name" : "ProgressInMegaBytes", "c2jName" : "ProgressInMegaBytes", "c2jShape" : "Long", "variable" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of megabytes that have been transferred from snapshot storage.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProgressInMegaBytes", "marshallLocationName" : "ProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.*/", "getterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@return The number of megabytes that have been transferred from snapshot storage.*/", "fluentSetterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of megabytes that have been transferred from snapshot storage.

\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotSizeInMegaBytes" : { "documentation" : "

The size of the set of snapshot data used to restore the cluster.

", "name" : "SnapshotSizeInMegaBytes", "c2jName" : "SnapshotSizeInMegaBytes", "c2jShape" : "Long", "variable" : { "variableName" : "snapshotSizeInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The size of the set of snapshot data used to restore the cluster.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "snapshotSizeInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotSizeInMegaBytes", "marshallLocationName" : "SnapshotSizeInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.*/", "getterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@return The size of the set of snapshot data used to restore the cluster.*/", "fluentSetterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the set of snapshot data used to restore the cluster.

\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidSubscriptionStateException" : { "c2jName" : "InvalidSubscriptionStateFault", "documentation" : "

The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.

", "shapeName" : "InvalidSubscriptionStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSubscriptionStateException", "variableType" : "InvalidSubscriptionStateException", "variableDeclarationType" : "InvalidSubscriptionStateException", "documentation" : null, "variableSetterType" : "InvalidSubscriptionStateException", "simpleType" : "InvalidSubscriptionStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSubscriptionStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterIamRole" : { "c2jName" : "ClusterIamRole", "documentation" : "

An AWS Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other AWS services.

", "shapeName" : "ClusterIamRole", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

", "name" : "IamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "iamRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "iamRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@return The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

", "name" : "ApplyStatus", "c2jName" : "ApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "applyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyStatus", "marshallLocationName" : "ApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
*/", "getterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@return Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
*/", "fluentSetterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterIamRole", "variableType" : "ClusterIamRole", "variableDeclarationType" : "ClusterIamRole", "documentation" : null, "variableSetterType" : "ClusterIamRole", "simpleType" : "ClusterIamRole" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplyStatus" : { "documentation" : "

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

", "name" : "ApplyStatus", "c2jName" : "ApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "applyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyStatus", "marshallLocationName" : "ApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
*/", "getterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@return Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
*/", "fluentSetterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.

\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IamRoleArn" : { "documentation" : "

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

", "name" : "IamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "iamRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "iamRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@return The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.

\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "Endpoint" : { "c2jName" : "Endpoint", "documentation" : "

Describes a connection endpoint.

", "shapeName" : "Endpoint", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The DNS address of the Cluster.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "String", "variable" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DNS address of the Cluster.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Address", "marshallLocationName" : "Address", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The DNS address of the Cluster.

\n@param address The DNS address of the Cluster.*/", "getterDocumentation" : "/**

The DNS address of the Cluster.

\n@return The DNS address of the Cluster.*/", "fluentSetterDocumentation" : "/**

The DNS address of the Cluster.

\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DNS address of the Cluster.

\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The port that the database engine is listening on.

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The port that the database engine is listening on.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The port that the database engine is listening on.

\n@param port The port that the database engine is listening on.*/", "getterDocumentation" : "/**

The port that the database engine is listening on.

\n@return The port that the database engine is listening on.*/", "fluentSetterDocumentation" : "/**

The port that the database engine is listening on.

\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The port that the database engine is listening on.

\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : null, "variableSetterType" : "Endpoint", "simpleType" : "Endpoint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Address" : { "documentation" : "

The DNS address of the Cluster.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "String", "variable" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DNS address of the Cluster.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Address", "marshallLocationName" : "Address", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The DNS address of the Cluster.

\n@param address The DNS address of the Cluster.*/", "getterDocumentation" : "/**

The DNS address of the Cluster.

\n@return The DNS address of the Cluster.*/", "fluentSetterDocumentation" : "/**

The DNS address of the Cluster.

\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DNS address of the Cluster.

\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Port" : { "documentation" : "

The port that the database engine is listening on.

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The port that the database engine is listening on.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The port that the database engine is listening on.

\n@param port The port that the database engine is listening on.*/", "getterDocumentation" : "/**

The port that the database engine is listening on.

\n@return The port that the database engine is listening on.*/", "fluentSetterDocumentation" : "/**

The port that the database engine is listening on.

\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The port that the database engine is listening on.

\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "EventInfoMap" : { "c2jName" : "EventInfoMap", "documentation" : "

Describes event information.

", "shapeName" : "EventInfoMap", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

The identifier of an Amazon Redshift event.

", "name" : "EventId", "c2jName" : "EventId", "c2jShape" : "String", "variable" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of an Amazon Redshift event.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventId", "marshallLocationName" : "EventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@param eventId The identifier of an Amazon Redshift event.*/", "getterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@return The identifier of an Amazon Redshift event.*/", "fluentSetterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The category of an Amazon Redshift event.

", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The category of an Amazon Redshift event.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The category of an Amazon Redshift event.

\n@param eventCategories The category of an Amazon Redshift event.*/", "getterDocumentation" : "/**

The category of an Amazon Redshift event.

\n@return The category of an Amazon Redshift event.*/", "fluentSetterDocumentation" : "/**

The category of an Amazon Redshift event.

\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The category of an Amazon Redshift event.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

The description of an Amazon Redshift event.

", "name" : "EventDescription", "c2jName" : "EventDescription", "c2jShape" : "String", "variable" : { "variableName" : "eventDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of an Amazon Redshift event.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eventDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventDescription", "marshallLocationName" : "EventDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@param eventDescription The description of an Amazon Redshift event.*/", "getterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@return The description of an Amazon Redshift event.*/", "fluentSetterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

The severity of the event.

Values: ERROR, INFO

", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The severity of the event.

Values: ERROR, INFO

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@param severity The severity of the event.

Values: ERROR, INFO*/", "getterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@return The severity of the event.

Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@param severity The severity of the event.

Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@param severity The severity of the event.

Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "eventInfoMap", "variableType" : "EventInfoMap", "variableDeclarationType" : "EventInfoMap", "documentation" : null, "variableSetterType" : "EventInfoMap", "simpleType" : "EventInfoMap" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EventId" : { "documentation" : "

The identifier of an Amazon Redshift event.

", "name" : "EventId", "c2jName" : "EventId", "c2jShape" : "String", "variable" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of an Amazon Redshift event.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventId", "marshallLocationName" : "EventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@param eventId The identifier of an Amazon Redshift event.*/", "getterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@return The identifier of an Amazon Redshift event.*/", "fluentSetterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of an Amazon Redshift event.

\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EventCategories" : { "documentation" : "

The category of an Amazon Redshift event.

", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The category of an Amazon Redshift event.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The category of an Amazon Redshift event.

\n@param eventCategories The category of an Amazon Redshift event.*/", "getterDocumentation" : "/**

The category of an Amazon Redshift event.

\n@return The category of an Amazon Redshift event.*/", "fluentSetterDocumentation" : "/**

The category of an Amazon Redshift event.

\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The category of an Amazon Redshift event.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Severity" : { "documentation" : "

The severity of the event.

Values: ERROR, INFO

", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The severity of the event.

Values: ERROR, INFO

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@param severity The severity of the event.

Values: ERROR, INFO*/", "getterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@return The severity of the event.

Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@param severity The severity of the event.

Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The severity of the event.

Values: ERROR, INFO

\n@param severity The severity of the event.

Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EventDescription" : { "documentation" : "

The description of an Amazon Redshift event.

", "name" : "EventDescription", "c2jName" : "EventDescription", "c2jShape" : "String", "variable" : { "variableName" : "eventDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of an Amazon Redshift event.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eventDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventDescription", "marshallLocationName" : "EventDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@param eventDescription The description of an Amazon Redshift event.*/", "getterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@return The description of an Amazon Redshift event.*/", "fluentSetterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of an Amazon Redshift event.

\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteClusterParameterGroupRequest" : { "c2jName" : "DeleteClusterParameterGroupMessage", "documentation" : "

", "shapeName" : "DeleteClusterParameterGroupRequest", "deprecated" : false, "required" : [ "ParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.
", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.
\n@param parameterGroupName The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.
  • */", "getterDocumentation" : "/**

    The name of the parameter group to be deleted.

    Constraints:

    • Must be the name of an existing cluster parameter group.
    • Cannot delete a default cluster parameter group.
    \n@return The name of the parameter group to be deleted.

    Constraints:

    • Must be the name of an existing cluster parameter group.
    • Cannot delete a default cluster parameter group.
    • */", "fluentSetterDocumentation" : "/**

      The name of the parameter group to be deleted.

      Constraints:

      • Must be the name of an existing cluster parameter group.
      • Cannot delete a default cluster parameter group.
      \n@param parameterGroupName The name of the parameter group to be deleted.

      Constraints:

      • Must be the name of an existing cluster parameter group.
      • Cannot delete a default cluster parameter group.
      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        The name of the parameter group to be deleted.

        Constraints:

        • Must be the name of an existing cluster parameter group.
        • Cannot delete a default cluster parameter group.
        \n@param parameterGroupName The name of the parameter group to be deleted.

        Constraints:

        • Must be the name of an existing cluster parameter group.
        • Cannot delete a default cluster parameter group.
        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteClusterParameterGroupRequest", "variableType" : "DeleteClusterParameterGroupRequest", "variableDeclarationType" : "DeleteClusterParameterGroupRequest", "documentation" : null, "variableSetterType" : "DeleteClusterParameterGroupRequest", "simpleType" : "DeleteClusterParameterGroupRequest" }, "marshaller" : { "action" : "DeleteClusterParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterGroupName" : { "documentation" : "

          The name of the parameter group to be deleted.

          Constraints:

          • Must be the name of an existing cluster parameter group.
          • Cannot delete a default cluster parameter group.
          ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The name of the parameter group to be deleted.

          Constraints:

          • Must be the name of an existing cluster parameter group.
          • Cannot delete a default cluster parameter group.
          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

          The name of the parameter group to be deleted.

          Constraints:

          • Must be the name of an existing cluster parameter group.
          • Cannot delete a default cluster parameter group.
          \n@param parameterGroupName The name of the parameter group to be deleted.

          Constraints:

          • Must be the name of an existing cluster parameter group.
          • Cannot delete a default cluster parameter group.
          • */", "getterDocumentation" : "/**

            The name of the parameter group to be deleted.

            Constraints:

            • Must be the name of an existing cluster parameter group.
            • Cannot delete a default cluster parameter group.
            \n@return The name of the parameter group to be deleted.

            Constraints:

            • Must be the name of an existing cluster parameter group.
            • Cannot delete a default cluster parameter group.
            • */", "fluentSetterDocumentation" : "/**

              The name of the parameter group to be deleted.

              Constraints:

              • Must be the name of an existing cluster parameter group.
              • Cannot delete a default cluster parameter group.
              \n@param parameterGroupName The name of the parameter group to be deleted.

              Constraints:

              • Must be the name of an existing cluster parameter group.
              • Cannot delete a default cluster parameter group.
              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                The name of the parameter group to be deleted.

                Constraints:

                • Must be the name of an existing cluster parameter group.
                • Cannot delete a default cluster parameter group.
                \n@param parameterGroupName The name of the parameter group to be deleted.

                Constraints:

                • Must be the name of an existing cluster parameter group.
                • Cannot delete a default cluster parameter group.
                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateEventSubscriptionRequest" : { "c2jName" : "CreateEventSubscriptionMessage", "documentation" : "

                  ", "shapeName" : "CreateEventSubscriptionRequest", "deprecated" : false, "required" : [ "SubscriptionName", "SnsTopicArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the event subscription to be created.

                  Constraints:

                  • Cannot be null, empty, or blank.
                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                  • First character must be a letter.
                  • Cannot end with a hyphen or contain two consecutive hyphens.
                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the event subscription to be created.

                  Constraints:

                  • Cannot be null, empty, or blank.
                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                  • First character must be a letter.
                  • Cannot end with a hyphen or contain two consecutive hyphens.
                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                  The name of the event subscription to be created.

                  Constraints:

                  • Cannot be null, empty, or blank.
                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                  • First character must be a letter.
                  • Cannot end with a hyphen or contain two consecutive hyphens.
                  \n@param subscriptionName The name of the event subscription to be created.

                  Constraints:

                  • Cannot be null, empty, or blank.
                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                  • First character must be a letter.
                  • Cannot end with a hyphen or contain two consecutive hyphens.
                  • */", "getterDocumentation" : "/**

                    The name of the event subscription to be created.

                    Constraints:

                    • Cannot be null, empty, or blank.
                    • Must contain from 1 to 255 alphanumeric characters or hyphens.
                    • First character must be a letter.
                    • Cannot end with a hyphen or contain two consecutive hyphens.
                    \n@return The name of the event subscription to be created.

                    Constraints:

                    • Cannot be null, empty, or blank.
                    • Must contain from 1 to 255 alphanumeric characters or hyphens.
                    • First character must be a letter.
                    • Cannot end with a hyphen or contain two consecutive hyphens.
                    • */", "fluentSetterDocumentation" : "/**

                      The name of the event subscription to be created.

                      Constraints:

                      • Cannot be null, empty, or blank.
                      • Must contain from 1 to 255 alphanumeric characters or hyphens.
                      • First character must be a letter.
                      • Cannot end with a hyphen or contain two consecutive hyphens.
                      \n@param subscriptionName The name of the event subscription to be created.

                      Constraints:

                      • Cannot be null, empty, or blank.
                      • Must contain from 1 to 255 alphanumeric characters or hyphens.
                      • First character must be a letter.
                      • Cannot end with a hyphen or contain two consecutive hyphens.
                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                        The name of the event subscription to be created.

                        Constraints:

                        • Cannot be null, empty, or blank.
                        • Must contain from 1 to 255 alphanumeric characters or hyphens.
                        • First character must be a letter.
                        • Cannot end with a hyphen or contain two consecutive hyphens.
                        \n@param subscriptionName The name of the event subscription to be created.

                        Constraints:

                        • Cannot be null, empty, or blank.
                        • Must contain from 1 to 255 alphanumeric characters or hyphens.
                        • First character must be a letter.
                        • Cannot end with a hyphen or contain two consecutive hyphens.
                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                          The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                          ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                          \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.*/", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                          \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.*/", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                          \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                          \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "getterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@return The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "fluentSetterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                          A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010

                          ", "name" : "SourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010

                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIds", "marshallLocationName" : "SourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010

                          \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010*/", "getterDocumentation" : "/**

                          A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010

                          \n@return A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010*/", "fluentSetterDocumentation" : "/**

                          A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010

                          \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIds(java.util.Collection)} or {@link #withSourceIds(java.util.Collection)} if you want to override the existing values.

                          \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                          Example: my-cluster-1, my-cluster-2

                          Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n@return Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                          \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO*/", "getterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@return Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "getterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@return A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "fluentSetterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                          A list of tag instances.

                          ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          A list of tag instances.

                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          A list of tag instances.

                          \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                          A list of tag instances.

                          \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                          A list of tag instances.

                          \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A list of tag instances.

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                          \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createEventSubscriptionRequest", "variableType" : "CreateEventSubscriptionRequest", "variableDeclarationType" : "CreateEventSubscriptionRequest", "documentation" : null, "variableSetterType" : "CreateEventSubscriptionRequest", "simpleType" : "CreateEventSubscriptionRequest" }, "marshaller" : { "action" : "CreateEventSubscription", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceType" : { "documentation" : "

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "getterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@return The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "fluentSetterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                          \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                          Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EventCategories" : { "documentation" : "

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n@return Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                          \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                          Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Enabled" : { "documentation" : "

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "getterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@return A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "fluentSetterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Severity" : { "documentation" : "

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO*/", "getterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@return Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO

                          \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                          Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SubscriptionName" : { "documentation" : "

                          The name of the event subscription to be created.

                          Constraints:

                          • Cannot be null, empty, or blank.
                          • Must contain from 1 to 255 alphanumeric characters or hyphens.
                          • First character must be a letter.
                          • Cannot end with a hyphen or contain two consecutive hyphens.
                          ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of the event subscription to be created.

                          Constraints:

                          • Cannot be null, empty, or blank.
                          • Must contain from 1 to 255 alphanumeric characters or hyphens.
                          • First character must be a letter.
                          • Cannot end with a hyphen or contain two consecutive hyphens.
                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                          The name of the event subscription to be created.

                          Constraints:

                          • Cannot be null, empty, or blank.
                          • Must contain from 1 to 255 alphanumeric characters or hyphens.
                          • First character must be a letter.
                          • Cannot end with a hyphen or contain two consecutive hyphens.
                          \n@param subscriptionName The name of the event subscription to be created.

                          Constraints:

                          • Cannot be null, empty, or blank.
                          • Must contain from 1 to 255 alphanumeric characters or hyphens.
                          • First character must be a letter.
                          • Cannot end with a hyphen or contain two consecutive hyphens.
                          • */", "getterDocumentation" : "/**

                            The name of the event subscription to be created.

                            Constraints:

                            • Cannot be null, empty, or blank.
                            • Must contain from 1 to 255 alphanumeric characters or hyphens.
                            • First character must be a letter.
                            • Cannot end with a hyphen or contain two consecutive hyphens.
                            \n@return The name of the event subscription to be created.

                            Constraints:

                            • Cannot be null, empty, or blank.
                            • Must contain from 1 to 255 alphanumeric characters or hyphens.
                            • First character must be a letter.
                            • Cannot end with a hyphen or contain two consecutive hyphens.
                            • */", "fluentSetterDocumentation" : "/**

                              The name of the event subscription to be created.

                              Constraints:

                              • Cannot be null, empty, or blank.
                              • Must contain from 1 to 255 alphanumeric characters or hyphens.
                              • First character must be a letter.
                              • Cannot end with a hyphen or contain two consecutive hyphens.
                              \n@param subscriptionName The name of the event subscription to be created.

                              Constraints:

                              • Cannot be null, empty, or blank.
                              • Must contain from 1 to 255 alphanumeric characters or hyphens.
                              • First character must be a letter.
                              • Cannot end with a hyphen or contain two consecutive hyphens.
                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                The name of the event subscription to be created.

                                Constraints:

                                • Cannot be null, empty, or blank.
                                • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                • First character must be a letter.
                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                \n@param subscriptionName The name of the event subscription to be created.

                                Constraints:

                                • Cannot be null, empty, or blank.
                                • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                • First character must be a letter.
                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnsTopicArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceIds" : { "documentation" : "

                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010

                                  ", "name" : "SourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010

                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIds", "marshallLocationName" : "SourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010

                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010*/", "getterDocumentation" : "/**

                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010

                                  \n@return A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010*/", "fluentSetterDocumentation" : "/**

                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010

                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIds(java.util.Collection)} or {@link #withSourceIds(java.util.Collection)} if you want to override the existing values.

                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                  Example: my-cluster-1, my-cluster-2

                                  Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Tags" : { "documentation" : "

                                  A list of tag instances.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of tag instances.

                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                  A list of tag instances.

                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                  A list of tag instances.

                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                  A list of tag instances.

                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of tag instances.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DeleteClusterRequest" : { "c2jName" : "DeleteClusterMessage", "documentation" : "

                                  ", "shapeName" : "DeleteClusterRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The identifier of the cluster to be deleted.

                                  Constraints:

                                  • Must contain lowercase characters.
                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier of the cluster to be deleted.

                                  Constraints:

                                  • Must contain lowercase characters.
                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                  The identifier of the cluster to be deleted.

                                  Constraints:

                                  • Must contain lowercase characters.
                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                  \n@param clusterIdentifier The identifier of the cluster to be deleted.

                                  Constraints:

                                  • Must contain lowercase characters.
                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                  • First character must be a letter.
                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                  • */", "getterDocumentation" : "/**

                                    The identifier of the cluster to be deleted.

                                    Constraints:

                                    • Must contain lowercase characters.
                                    • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                    • First character must be a letter.
                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                    \n@return The identifier of the cluster to be deleted.

                                    Constraints:

                                    • Must contain lowercase characters.
                                    • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                    • First character must be a letter.
                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                    • */", "fluentSetterDocumentation" : "/**

                                      The identifier of the cluster to be deleted.

                                      Constraints:

                                      • Must contain lowercase characters.
                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                      • First character must be a letter.
                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                      \n@param clusterIdentifier The identifier of the cluster to be deleted.

                                      Constraints:

                                      • Must contain lowercase characters.
                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                      • First character must be a letter.
                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                        The identifier of the cluster to be deleted.

                                        Constraints:

                                        • Must contain lowercase characters.
                                        • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                        • First character must be a letter.
                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                        \n@param clusterIdentifier The identifier of the cluster to be deleted.

                                        Constraints:

                                        • Must contain lowercase characters.
                                        • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                        • First character must be a letter.
                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false

                                          ", "name" : "SkipFinalClusterSnapshot", "c2jName" : "SkipFinalClusterSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false

                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SkipFinalClusterSnapshot", "marshallLocationName" : "SkipFinalClusterSnapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false

                                          \n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false*/", "getterDocumentation" : "/**

                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false

                                          \n@return Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false*/", "fluentSetterDocumentation" : "/**

                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false

                                          \n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false

                                          \n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                          The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters.
                                          • First character must be a letter.
                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                          ", "name" : "FinalClusterSnapshotIdentifier", "c2jName" : "FinalClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters.
                                          • First character must be a letter.
                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalClusterSnapshotIdentifier", "marshallLocationName" : "FinalClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                          The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters.
                                          • First character must be a letter.
                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                          \n@param finalClusterSnapshotIdentifier The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters.
                                          • First character must be a letter.
                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                          • */", "getterDocumentation" : "/**

                                            The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                            Constraints:

                                            • Must be 1 to 255 alphanumeric characters.
                                            • First character must be a letter.
                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                            \n@return The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                            Constraints:

                                            • Must be 1 to 255 alphanumeric characters.
                                            • First character must be a letter.
                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                            • */", "fluentSetterDocumentation" : "/**

                                              The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                              Constraints:

                                              • Must be 1 to 255 alphanumeric characters.
                                              • First character must be a letter.
                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                              \n@param finalClusterSnapshotIdentifier The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                              Constraints:

                                              • Must be 1 to 255 alphanumeric characters.
                                              • First character must be a letter.
                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                Constraints:

                                                • Must be 1 to 255 alphanumeric characters.
                                                • First character must be a letter.
                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                \n@param finalClusterSnapshotIdentifier The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                Constraints:

                                                • Must be 1 to 255 alphanumeric characters.
                                                • First character must be a letter.
                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteClusterRequest", "variableType" : "DeleteClusterRequest", "variableDeclarationType" : "DeleteClusterRequest", "documentation" : null, "variableSetterType" : "DeleteClusterRequest", "simpleType" : "DeleteClusterRequest" }, "marshaller" : { "action" : "DeleteCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FinalClusterSnapshotIdentifier" : { "documentation" : "

                                                  The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                  Constraints:

                                                  • Must be 1 to 255 alphanumeric characters.
                                                  • First character must be a letter.
                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                  ", "name" : "FinalClusterSnapshotIdentifier", "c2jName" : "FinalClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                  Constraints:

                                                  • Must be 1 to 255 alphanumeric characters.
                                                  • First character must be a letter.
                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalClusterSnapshotIdentifier", "marshallLocationName" : "FinalClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                  The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                  Constraints:

                                                  • Must be 1 to 255 alphanumeric characters.
                                                  • First character must be a letter.
                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                  \n@param finalClusterSnapshotIdentifier The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                  Constraints:

                                                  • Must be 1 to 255 alphanumeric characters.
                                                  • First character must be a letter.
                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                  • */", "getterDocumentation" : "/**

                                                    The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                    Constraints:

                                                    • Must be 1 to 255 alphanumeric characters.
                                                    • First character must be a letter.
                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                    \n@return The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                    Constraints:

                                                    • Must be 1 to 255 alphanumeric characters.
                                                    • First character must be a letter.
                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                    • */", "fluentSetterDocumentation" : "/**

                                                      The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                      Constraints:

                                                      • Must be 1 to 255 alphanumeric characters.
                                                      • First character must be a letter.
                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                      \n@param finalClusterSnapshotIdentifier The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                      Constraints:

                                                      • Must be 1 to 255 alphanumeric characters.
                                                      • First character must be a letter.
                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                        The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                        Constraints:

                                                        • Must be 1 to 255 alphanumeric characters.
                                                        • First character must be a letter.
                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                        \n@param finalClusterSnapshotIdentifier The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false.

                                                        Constraints:

                                                        • Must be 1 to 255 alphanumeric characters.
                                                        • First character must be a letter.
                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SkipFinalClusterSnapshot" : { "documentation" : "

                                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false

                                                          ", "name" : "SkipFinalClusterSnapshot", "c2jName" : "SkipFinalClusterSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false

                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SkipFinalClusterSnapshot", "marshallLocationName" : "SkipFinalClusterSnapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false

                                                          \n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false*/", "getterDocumentation" : "/**

                                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false

                                                          \n@return Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false*/", "fluentSetterDocumentation" : "/**

                                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false

                                                          \n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false

                                                          \n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false, a final cluster snapshot is created before the cluster is deleted.

                                                          The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false.

                                                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                          The identifier of the cluster to be deleted.

                                                          Constraints:

                                                          • Must contain lowercase characters.
                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                          • First character must be a letter.
                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                          ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The identifier of the cluster to be deleted.

                                                          Constraints:

                                                          • Must contain lowercase characters.
                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                          • First character must be a letter.
                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                          The identifier of the cluster to be deleted.

                                                          Constraints:

                                                          • Must contain lowercase characters.
                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                          • First character must be a letter.
                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                          \n@param clusterIdentifier The identifier of the cluster to be deleted.

                                                          Constraints:

                                                          • Must contain lowercase characters.
                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                          • First character must be a letter.
                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                          • */", "getterDocumentation" : "/**

                                                            The identifier of the cluster to be deleted.

                                                            Constraints:

                                                            • Must contain lowercase characters.
                                                            • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                            • First character must be a letter.
                                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                                            \n@return The identifier of the cluster to be deleted.

                                                            Constraints:

                                                            • Must contain lowercase characters.
                                                            • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                            • First character must be a letter.
                                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                                            • */", "fluentSetterDocumentation" : "/**

                                                              The identifier of the cluster to be deleted.

                                                              Constraints:

                                                              • Must contain lowercase characters.
                                                              • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                              • First character must be a letter.
                                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                                              \n@param clusterIdentifier The identifier of the cluster to be deleted.

                                                              Constraints:

                                                              • Must contain lowercase characters.
                                                              • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                              • First character must be a letter.
                                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                The identifier of the cluster to be deleted.

                                                                Constraints:

                                                                • Must contain lowercase characters.
                                                                • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                • First character must be a letter.
                                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                \n@param clusterIdentifier The identifier of the cluster to be deleted.

                                                                Constraints:

                                                                • Must contain lowercase characters.
                                                                • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                • First character must be a letter.
                                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DisableLoggingResult" : { "c2jName" : "LoggingStatus", "documentation" : "

                                                                  Describes the status of logging for a cluster.

                                                                  ", "shapeName" : "DisableLoggingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  true if logging is on, false if logging is off.

                                                                  ", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  true if logging is on, false if logging is off.

                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoggingEnabled", "marshallLocationName" : "LoggingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@param loggingEnabled true if logging is on, false*/", "getterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@return true
                                                                  if logging is on, false*/", "fluentSetterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@param loggingEnabled true
                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@param loggingEnabled true
                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.*/", "getterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@return The name of the S3 bucket where the log files are stored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The prefix applied to the log file names.

                                                                  ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The prefix applied to the log file names.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.*/", "getterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@return The prefix applied to the log file names.*/", "fluentSetterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The last time that logs were delivered.

                                                                  ", "name" : "LastSuccessfulDeliveryTime", "c2jName" : "LastSuccessfulDeliveryTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The last time that logs were delivered.

                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulDeliveryTime", "marshallLocationName" : "LastSuccessfulDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.*/", "getterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@return The last time that logs were delivered.*/", "fluentSetterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The last time when logs failed to be delivered.

                                                                  ", "name" : "LastFailureTime", "c2jName" : "LastFailureTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The last time when logs failed to be delivered.

                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureTime", "marshallLocationName" : "LastFailureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@return The last time when logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The message indicating that logs failed to be delivered.

                                                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The message indicating that logs failed to be delivered.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureMessage", "marshallLocationName" : "LastFailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@return The message indicating that logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "disableLoggingResult", "variableType" : "DisableLoggingResult", "variableDeclarationType" : "DisableLoggingResult", "documentation" : null, "variableSetterType" : "DisableLoggingResult", "simpleType" : "DisableLoggingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DisableLoggingResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastSuccessfulDeliveryTime" : { "documentation" : "

                                                                  The last time that logs were delivered.

                                                                  ", "name" : "LastSuccessfulDeliveryTime", "c2jName" : "LastSuccessfulDeliveryTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The last time that logs were delivered.

                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulDeliveryTime", "marshallLocationName" : "LastSuccessfulDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.*/", "getterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@return The last time that logs were delivered.*/", "fluentSetterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The last time that logs were delivered.

                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "BucketName" : { "documentation" : "

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.*/", "getterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@return The name of the S3 bucket where the log files are stored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the S3 bucket where the log files are stored.

                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LastFailureMessage" : { "documentation" : "

                                                                  The message indicating that logs failed to be delivered.

                                                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The message indicating that logs failed to be delivered.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureMessage", "marshallLocationName" : "LastFailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@return The message indicating that logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The message indicating that logs failed to be delivered.

                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "S3KeyPrefix" : { "documentation" : "

                                                                  The prefix applied to the log file names.

                                                                  ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The prefix applied to the log file names.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.*/", "getterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@return The prefix applied to the log file names.*/", "fluentSetterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The prefix applied to the log file names.

                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LastFailureTime" : { "documentation" : "

                                                                  The last time when logs failed to be delivered.

                                                                  ", "name" : "LastFailureTime", "c2jName" : "LastFailureTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The last time when logs failed to be delivered.

                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureTime", "marshallLocationName" : "LastFailureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@return The last time when logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The last time when logs failed to be delivered.

                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LoggingEnabled" : { "documentation" : "

                                                                  true if logging is on, false if logging is off.

                                                                  ", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  true if logging is on, false if logging is off.

                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoggingEnabled", "marshallLocationName" : "LoggingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@param loggingEnabled true
                                                                  if logging is on, false*/", "getterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@return true
                                                                  if logging is on, false*/", "fluentSetterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@param loggingEnabled true
                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  true if logging is on, false if logging is off.

                                                                  \n@param loggingEnabled true
                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "documentation" : "

                                                                  Describes an availability zone.

                                                                  ", "shapeName" : "AvailabilityZone", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                  The name of the availability zone.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the availability zone.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the availability zone.

                                                                  \n@param name The name of the availability zone.*/", "getterDocumentation" : "/**

                                                                  The name of the availability zone.

                                                                  \n@return The name of the availability zone.*/", "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.*/", "varargSetterDocumentation" : "/**

                                                                  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.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "availabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : null, "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                  The name of the availability zone.

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the availability zone.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the availability zone.

                                                                  \n@param name The name of the availability zone.*/", "getterDocumentation" : "/**

                                                                  The name of the availability zone.

                                                                  \n@return The name of the availability zone.*/", "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.*/", "varargSetterDocumentation" : "/**

                                                                  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.*/", "simple" : true, "list" : false, "map" : false } } }, "ModifySnapshotCopyRetentionPeriodRequest" : { "c2jName" : "ModifySnapshotCopyRetentionPeriodMessage", "documentation" : "

                                                                  ", "shapeName" : "ModifySnapshotCopyRetentionPeriodRequest", "deprecated" : false, "required" : [ "ClusterIdentifier", "RetentionPeriod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "getterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@return The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  ", "name" : "RetentionPeriod", "c2jName" : "RetentionPeriod", "c2jShape" : "Integer", "variable" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetentionPeriod", "marshallLocationName" : "RetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.*/", "getterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@return The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.*/", "fluentSetterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "modifySnapshotCopyRetentionPeriodRequest", "variableType" : "ModifySnapshotCopyRetentionPeriodRequest", "variableDeclarationType" : "ModifySnapshotCopyRetentionPeriodRequest", "documentation" : null, "variableSetterType" : "ModifySnapshotCopyRetentionPeriodRequest", "simpleType" : "ModifySnapshotCopyRetentionPeriodRequest" }, "marshaller" : { "action" : "ModifySnapshotCopyRetentionPeriod", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterIdentifier" : { "documentation" : "

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "getterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@return The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RetentionPeriod" : { "documentation" : "

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  ", "name" : "RetentionPeriod", "c2jName" : "RetentionPeriod", "c2jShape" : "Integer", "variable" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetentionPeriod", "marshallLocationName" : "RetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.*/", "getterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@return The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.*/", "fluentSetterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                  If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeClusterSnapshotsResult" : { "c2jName" : "SnapshotMessage", "documentation" : "

                                                                  Contains the output from the DescribeClusterSnapshots action.

                                                                  ", "shapeName" : "DescribeClusterSnapshotsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  A list of Snapshot instances.

                                                                  ", "name" : "Snapshots", "c2jName" : "Snapshots", "c2jShape" : "SnapshotList", "variable" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of Snapshot instances.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshots", "marshallLocationName" : "Snapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Snapshot", "memberLocationName" : "Snapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Snapshot", "variable" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "variableSetterType" : "Snapshot", "simpleType" : "Snapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "variableSetterType" : "Snapshot", "simpleType" : "Snapshot" }, "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshot", "marshallLocationName" : "Snapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Snapshot", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n@param snapshots A list of Snapshot instances.*/", "getterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n@return A list of Snapshot instances.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n@param snapshots A list of Snapshot instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshots(java.util.Collection)} or {@link #withSnapshots(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param snapshots A list of Snapshot instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterSnapshotsResult", "variableType" : "DescribeClusterSnapshotsResult", "variableDeclarationType" : "DescribeClusterSnapshotsResult", "documentation" : null, "variableSetterType" : "DescribeClusterSnapshotsResult", "simpleType" : "DescribeClusterSnapshotsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeClusterSnapshotsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Snapshots" : { "documentation" : "

                                                                  A list of Snapshot instances.

                                                                  ", "name" : "Snapshots", "c2jName" : "Snapshots", "c2jShape" : "SnapshotList", "variable" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of Snapshot instances.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshots", "marshallLocationName" : "Snapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Snapshot", "memberLocationName" : "Snapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Snapshot", "variable" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "variableSetterType" : "Snapshot", "simpleType" : "Snapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "variableSetterType" : "Snapshot", "simpleType" : "Snapshot" }, "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshot", "marshallLocationName" : "Snapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Snapshot", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n@param snapshots A list of Snapshot instances.*/", "getterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n@return A list of Snapshot instances.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n@param snapshots A list of Snapshot instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of Snapshot instances.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshots(java.util.Collection)} or {@link #withSnapshots(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param snapshots A list of Snapshot instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "SubscriptionSeverityNotFoundException" : { "c2jName" : "SubscriptionSeverityNotFoundFault", "documentation" : "

                                                                  The value specified for the event severity was not one of the allowed values, or it specified a severity that does not apply to the specified source type. The allowed values are ERROR and INFO.

                                                                  ", "shapeName" : "SubscriptionSeverityNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionSeverityNotFoundException", "variableType" : "SubscriptionSeverityNotFoundException", "variableDeclarationType" : "SubscriptionSeverityNotFoundException", "documentation" : null, "variableSetterType" : "SubscriptionSeverityNotFoundException", "simpleType" : "SubscriptionSeverityNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionSeverityNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RecurringCharge" : { "c2jName" : "RecurringCharge", "documentation" : "

                                                                  Describes a recurring charge.

                                                                  ", "shapeName" : "RecurringCharge", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  ", "name" : "RecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "variable" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeAmount", "marshallLocationName" : "RecurringChargeAmount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@param recurringChargeAmount The amount charged per the period of time specified by the recurring charge frequency.*/", "getterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@return The amount charged per the period of time specified by the recurring charge frequency.*/", "fluentSetterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@param recurringChargeAmount The amount charged per the period of time specified by the recurring charge frequency.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@param recurringChargeAmount The amount charged per the period of time specified by the recurring charge frequency.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  ", "name" : "RecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "variable" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeFrequency", "marshallLocationName" : "RecurringChargeFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@param recurringChargeFrequency The frequency at which the recurring charge amount is applied.*/", "getterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@return The frequency at which the recurring charge amount is applied.*/", "fluentSetterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@param recurringChargeFrequency The frequency at which the recurring charge amount is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@param recurringChargeFrequency The frequency at which the recurring charge amount is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "recurringCharge", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : null, "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RecurringChargeFrequency" : { "documentation" : "

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  ", "name" : "RecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "variable" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeFrequency", "marshallLocationName" : "RecurringChargeFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@param recurringChargeFrequency The frequency at which the recurring charge amount is applied.*/", "getterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@return The frequency at which the recurring charge amount is applied.*/", "fluentSetterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@param recurringChargeFrequency The frequency at which the recurring charge amount is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The frequency at which the recurring charge amount is applied.

                                                                  \n@param recurringChargeFrequency The frequency at which the recurring charge amount is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RecurringChargeAmount" : { "documentation" : "

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  ", "name" : "RecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "variable" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeAmount", "marshallLocationName" : "RecurringChargeAmount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@param recurringChargeAmount The amount charged per the period of time specified by the recurring charge frequency.*/", "getterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@return The amount charged per the period of time specified by the recurring charge frequency.*/", "fluentSetterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@param recurringChargeAmount The amount charged per the period of time specified by the recurring charge frequency.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The amount charged per the period of time specified by the recurring charge frequency.

                                                                  \n@param recurringChargeAmount The amount charged per the period of time specified by the recurring charge frequency.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeEventSubscriptionsRequest" : { "c2jName" : "DescribeEventSubscriptionsMessage", "documentation" : "

                                                                  ", "shapeName" : "DescribeEventSubscriptionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be described.*/", "getterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@return The name of the Amazon Redshift event notification subscription to be described.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeEventSubscriptionsRequest", "variableType" : "DescribeEventSubscriptionsRequest", "variableDeclarationType" : "DescribeEventSubscriptionsRequest", "documentation" : null, "variableSetterType" : "DescribeEventSubscriptionsRequest", "simpleType" : "DescribeEventSubscriptionsRequest" }, "marshaller" : { "action" : "DescribeEventSubscriptions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubscriptionName" : { "documentation" : "

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be described.*/", "getterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@return The name of the Amazon Redshift event notification subscription to be described.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the Amazon Redshift event notification subscription to be described.

                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ResetClusterParameterGroupRequest" : { "c2jName" : "ResetClusterParameterGroupMessage", "documentation" : "

                                                                  ", "shapeName" : "ResetClusterParameterGroupRequest", "deprecated" : false, "required" : [ "ParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the cluster parameter group to be reset.

                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cluster parameter group to be reset.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@param parameterGroupName The name of the cluster parameter group to be reset.*/", "getterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@return The name of the cluster parameter group to be reset.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@param parameterGroupName The name of the cluster parameter group to be reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@param parameterGroupName The name of the cluster parameter group to be reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  ", "name" : "ResetAllParameters", "c2jName" : "ResetAllParameters", "c2jShape" : "Boolean", "variable" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResetAllParameters", "marshallLocationName" : "ResetAllParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@param resetAllParameters If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true*/", "getterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@return If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true*/", "fluentSetterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@param resetAllParameters If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@param resetAllParameters If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n@param parameters An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.*/", "getterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n@return An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n@param parameters An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param parameters An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "resetClusterParameterGroupRequest", "variableType" : "ResetClusterParameterGroupRequest", "variableDeclarationType" : "ResetClusterParameterGroupRequest", "documentation" : null, "variableSetterType" : "ResetClusterParameterGroupRequest", "simpleType" : "ResetClusterParameterGroupRequest" }, "marshaller" : { "action" : "ResetClusterParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n@param parameters An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.*/", "getterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n@return An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n@param parameters An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param parameters An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.

                                                                  Constraints: A maximum of 20 parameters can be reset in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ParameterGroupName" : { "documentation" : "

                                                                  The name of the cluster parameter group to be reset.

                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cluster parameter group to be reset.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@param parameterGroupName The name of the cluster parameter group to be reset.*/", "getterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@return The name of the cluster parameter group to be reset.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@param parameterGroupName The name of the cluster parameter group to be reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cluster parameter group to be reset.

                                                                  \n@param parameterGroupName The name of the cluster parameter group to be reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ResetAllParameters" : { "documentation" : "

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  ", "name" : "ResetAllParameters", "c2jName" : "ResetAllParameters", "c2jShape" : "Boolean", "variable" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResetAllParameters", "marshallLocationName" : "ResetAllParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@param resetAllParameters If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true*/", "getterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@return If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true*/", "fluentSetterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@param resetAllParameters If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true

                                                                  \n@param resetAllParameters If true, all parameters in the specified parameter group will be reset to their default values.

                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeLoggingStatusRequest" : { "c2jName" : "DescribeLoggingStatusMessage", "documentation" : "

                                                                  ", "shapeName" : "DescribeLoggingStatusRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@param clusterIdentifier The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@return The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@param clusterIdentifier The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@param clusterIdentifier The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeLoggingStatusRequest", "variableType" : "DescribeLoggingStatusRequest", "variableDeclarationType" : "DescribeLoggingStatusRequest", "documentation" : null, "variableSetterType" : "DescribeLoggingStatusRequest", "simpleType" : "DescribeLoggingStatusRequest" }, "marshaller" : { "action" : "DescribeLoggingStatus", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterIdentifier" : { "documentation" : "

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@param clusterIdentifier The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@return The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@param clusterIdentifier The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster

                                                                  \n@param clusterIdentifier The identifier of the cluster from which to get the logging status.

                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "OrderableClusterOption" : { "c2jName" : "OrderableClusterOption", "documentation" : "

                                                                  Describes an orderable cluster option.

                                                                  ", "shapeName" : "OrderableClusterOption", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                  The version of the orderable cluster.

                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The version of the orderable cluster.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@param clusterVersion The version of the orderable cluster.*/", "getterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@return The version of the orderable cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@param clusterVersion The version of the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@param clusterVersion The version of the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The cluster type, for example multi-node.

                                                                  ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The cluster type, for example multi-node.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@param clusterType The cluster type, for example multi-node.*/", "getterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@return The cluster type, for example multi-node.*/", "fluentSetterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@param clusterType The cluster type, for example multi-node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@param clusterType The cluster type, for example multi-node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The node type for the orderable cluster.

                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The node type for the orderable cluster.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@param nodeType The node type for the orderable cluster.*/", "getterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@return The node type for the orderable cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@param nodeType The node type for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@param nodeType The node type for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  A list of availability zones for the orderable cluster.

                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of availability zones for the orderable cluster.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AvailabilityZone", "memberLocationName" : "AvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "member", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "member", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n@param availabilityZones A list of availability zones for the orderable cluster.*/", "getterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n@return A list of availability zones for the orderable cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n@param availabilityZones A list of availability zones for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param availabilityZones A list of availability zones for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "orderableClusterOption", "variableType" : "OrderableClusterOption", "variableDeclarationType" : "OrderableClusterOption", "documentation" : null, "variableSetterType" : "OrderableClusterOption", "simpleType" : "OrderableClusterOption" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterVersion" : { "documentation" : "

                                                                  The version of the orderable cluster.

                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The version of the orderable cluster.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@param clusterVersion The version of the orderable cluster.*/", "getterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@return The version of the orderable cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@param clusterVersion The version of the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The version of the orderable cluster.

                                                                  \n@param clusterVersion The version of the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AvailabilityZones" : { "documentation" : "

                                                                  A list of availability zones for the orderable cluster.

                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of availability zones for the orderable cluster.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AvailabilityZone", "memberLocationName" : "AvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "member", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "member", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n@param availabilityZones A list of availability zones for the orderable cluster.*/", "getterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n@return A list of availability zones for the orderable cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n@param availabilityZones A list of availability zones for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of availability zones for the orderable cluster.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param availabilityZones A list of availability zones for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NodeType" : { "documentation" : "

                                                                  The node type for the orderable cluster.

                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The node type for the orderable cluster.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@param nodeType The node type for the orderable cluster.*/", "getterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@return The node type for the orderable cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@param nodeType The node type for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The node type for the orderable cluster.

                                                                  \n@param nodeType The node type for the orderable cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterType" : { "documentation" : "

                                                                  The cluster type, for example multi-node.

                                                                  ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The cluster type, for example multi-node.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@param clusterType The cluster type, for example multi-node.*/", "getterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@return The cluster type, for example multi-node.*/", "fluentSetterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@param clusterType The cluster type, for example multi-node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The cluster type, for example multi-node.

                                                                  \n@param clusterType The cluster type, for example multi-node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CopyToRegionDisabledException" : { "c2jName" : "CopyToRegionDisabledFault", "documentation" : "

                                                                  Cross-region snapshot copy was temporarily disabled. Try your request again.

                                                                  ", "shapeName" : "CopyToRegionDisabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "copyToRegionDisabledException", "variableType" : "CopyToRegionDisabledException", "variableDeclarationType" : "CopyToRegionDisabledException", "documentation" : null, "variableSetterType" : "CopyToRegionDisabledException", "simpleType" : "CopyToRegionDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CopyToRegionDisabledFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SubscriptionCategoryNotFoundException" : { "c2jName" : "SubscriptionCategoryNotFoundFault", "documentation" : "

                                                                  The value specified for the event category was not one of the allowed values, or it specified a category that does not apply to the specified source type. The allowed values are Configuration, Management, Monitoring, and Security.

                                                                  ", "shapeName" : "SubscriptionCategoryNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionCategoryNotFoundException", "variableType" : "SubscriptionCategoryNotFoundException", "variableDeclarationType" : "SubscriptionCategoryNotFoundException", "documentation" : null, "variableSetterType" : "SubscriptionCategoryNotFoundException", "simpleType" : "SubscriptionCategoryNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionCategoryNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeClusterParameterGroupsRequest" : { "c2jName" : "DescribeClusterParameterGroupsMessage", "documentation" : "

                                                                  ", "shapeName" : "DescribeClusterParameterGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@param parameterGroupName The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.*/", "getterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@return The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@param parameterGroupName The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@param parameterGroupName The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n@return A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n@return A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterParameterGroupsRequest", "variableType" : "DescribeClusterParameterGroupsRequest", "variableDeclarationType" : "DescribeClusterParameterGroupsRequest", "documentation" : null, "variableSetterType" : "DescribeClusterParameterGroupsRequest", "simpleType" : "DescribeClusterParameterGroupsRequest" }, "marshaller" : { "action" : "DescribeClusterParameterGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterGroupName" : { "documentation" : "

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@param parameterGroupName The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.*/", "getterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@return The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@param parameterGroupName The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.

                                                                  \n@param parameterGroupName The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n@return A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the specified key or keys. For example, suppose that you have parameter groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n@return A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.

                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                  Default: 100

                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidRestoreException" : { "c2jName" : "InvalidRestoreFault", "documentation" : "

                                                                  The restore is invalid.

                                                                  ", "shapeName" : "InvalidRestoreException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidRestoreException", "variableType" : "InvalidRestoreException", "variableDeclarationType" : "InvalidRestoreException", "documentation" : null, "variableSetterType" : "InvalidRestoreException", "simpleType" : "InvalidRestoreException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRestore", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TableRestoreStatus" : { "c2jName" : "TableRestoreStatus", "documentation" : "

                                                                  Describes the status of a RestoreTableFromClusterSnapshot operation.

                                                                  ", "shapeName" : "TableRestoreStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                  The unique identifier for the table restore request.

                                                                  ", "name" : "TableRestoreRequestId", "c2jName" : "TableRestoreRequestId", "c2jShape" : "String", "variable" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier for the table restore request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreRequestId", "marshallLocationName" : "TableRestoreRequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@param tableRestoreRequestId The unique identifier for the table restore request.*/", "getterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@return The unique identifier for the table restore request.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@param tableRestoreRequestId The unique identifier for the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@param tableRestoreRequestId The unique identifier for the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "TableRestoreStatusType", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TableRestoreStatusType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@param status A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@see TableRestoreStatusType*/", "getterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@return A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@see TableRestoreStatusType*/", "fluentSetterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@param status A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@return Returns a reference to this object so that method calls can be chained together.\n@see TableRestoreStatusType*/", "varargSetterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@param status A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@return Returns a reference to this object so that method calls can be chained together.\n@see TableRestoreStatusType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@param message A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.*/", "getterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@return A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.*/", "fluentSetterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@param message A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@param message A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  ", "name" : "RequestTime", "c2jName" : "RequestTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "requestTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "requestTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestTime", "marshallLocationName" : "RequestTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@param requestTime The time that the table restore request was made, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@return The time that the table restore request was made, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@param requestTime The time that the table restore request was made, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@param requestTime The time that the table restore request was made, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  ", "name" : "ProgressInMegaBytes", "c2jName" : "ProgressInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProgressInMegaBytes", "marshallLocationName" : "ProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@param progressInMegaBytes The amount of data restored to the new table so far, in megabytes (MB).*/", "getterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@return The amount of data restored to the new table so far, in megabytes (MB).*/", "fluentSetterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@param progressInMegaBytes The amount of data restored to the new table so far, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@param progressInMegaBytes The amount of data restored to the new table so far, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  ", "name" : "TotalDataInMegaBytes", "c2jName" : "TotalDataInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "totalDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "totalDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "TotalDataInMegaBytes", "marshallLocationName" : "TotalDataInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@param totalDataInMegaBytes The total amount of data to restore to the new table, in megabytes (MB).*/", "getterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@return The total amount of data to restore to the new table, in megabytes (MB).*/", "fluentSetterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@param totalDataInMegaBytes The total amount of data to restore to the new table, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@param totalDataInMegaBytes The total amount of data to restore to the new table, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster that the table is being restored to.*/", "getterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@return The identifier of the Amazon Redshift cluster that the table is being restored to.*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the table is being restored from.*/", "getterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@return The identifier of the snapshot that the table is being restored from.*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the table is being restored from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the table is being restored from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the source database that contains the table being restored.

                                                                  ", "name" : "SourceDatabaseName", "c2jName" : "SourceDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the source database that contains the table being restored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDatabaseName", "marshallLocationName" : "SourceDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@param sourceDatabaseName The name of the source database that contains the table being restored.*/", "getterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@return The name of the source database that contains the table being restored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@param sourceDatabaseName The name of the source database that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@param sourceDatabaseName The name of the source database that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the source schema that contains the table being restored.

                                                                  ", "name" : "SourceSchemaName", "c2jName" : "SourceSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the source schema that contains the table being restored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSchemaName", "marshallLocationName" : "SourceSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@param sourceSchemaName The name of the source schema that contains the table being restored.*/", "getterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@return The name of the source schema that contains the table being restored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@param sourceSchemaName The name of the source schema that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@param sourceSchemaName The name of the source schema that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the source table being restored.

                                                                  ", "name" : "SourceTableName", "c2jName" : "SourceTableName", "c2jShape" : "String", "variable" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the source table being restored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceTableName", "marshallLocationName" : "SourceTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@param sourceTableName The name of the source table being restored.*/", "getterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@return The name of the source table being restored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@param sourceTableName The name of the source table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@param sourceTableName The name of the source table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the database to restore the table to.

                                                                  ", "name" : "TargetDatabaseName", "c2jName" : "TargetDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the database to restore the table to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetDatabaseName", "marshallLocationName" : "TargetDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@param targetDatabaseName The name of the database to restore the table to.*/", "getterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@return The name of the database to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the schema to restore the table to.

                                                                  ", "name" : "TargetSchemaName", "c2jName" : "TargetSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the schema to restore the table to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSchemaName", "marshallLocationName" : "TargetSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@param targetSchemaName The name of the schema to restore the table to.*/", "getterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@return The name of the schema to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the table to create as a result of the table restore request.

                                                                  ", "name" : "NewTableName", "c2jName" : "NewTableName", "c2jShape" : "String", "variable" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the table to create as a result of the table restore request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewTableName", "marshallLocationName" : "NewTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@param newTableName The name of the table to create as a result of the table restore request.*/", "getterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@return The name of the table to create as a result of the table restore request.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@param newTableName The name of the table to create as a result of the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@param newTableName The name of the table to create as a result of the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "tableRestoreStatus", "variableType" : "TableRestoreStatus", "variableDeclarationType" : "TableRestoreStatus", "documentation" : null, "variableSetterType" : "TableRestoreStatus", "simpleType" : "TableRestoreStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "TableRestoreStatusType", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TableRestoreStatusType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@param status A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@see TableRestoreStatusType*/", "getterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@return A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@see TableRestoreStatusType*/", "fluentSetterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@param status A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@return Returns a reference to this object so that method calls can be chained together.\n@see TableRestoreStatusType*/", "varargSetterDocumentation" : "/**

                                                                  A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

                                                                  \n@param status A value that describes the current state of the table restore request.

                                                                  Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS\n@return Returns a reference to this object so that method calls can be chained together.\n@see TableRestoreStatusType*/", "simple" : true, "list" : false, "map" : false }, "SourceTableName" : { "documentation" : "

                                                                  The name of the source table being restored.

                                                                  ", "name" : "SourceTableName", "c2jName" : "SourceTableName", "c2jShape" : "String", "variable" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the source table being restored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceTableName", "marshallLocationName" : "SourceTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@param sourceTableName The name of the source table being restored.*/", "getterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@return The name of the source table being restored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@param sourceTableName The name of the source table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the source table being restored.

                                                                  \n@param sourceTableName The name of the source table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Message" : { "documentation" : "

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@param message A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.*/", "getterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@return A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.*/", "fluentSetterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@param message A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

                                                                  \n@param message A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceSchemaName" : { "documentation" : "

                                                                  The name of the source schema that contains the table being restored.

                                                                  ", "name" : "SourceSchemaName", "c2jName" : "SourceSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the source schema that contains the table being restored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSchemaName", "marshallLocationName" : "SourceSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@param sourceSchemaName The name of the source schema that contains the table being restored.*/", "getterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@return The name of the source schema that contains the table being restored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@param sourceSchemaName The name of the source schema that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the source schema that contains the table being restored.

                                                                  \n@param sourceSchemaName The name of the source schema that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotIdentifier" : { "documentation" : "

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the table is being restored from.*/", "getterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@return The identifier of the snapshot that the table is being restored from.*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the table is being restored from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the snapshot that the table is being restored from.

                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the table is being restored from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ProgressInMegaBytes" : { "documentation" : "

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  ", "name" : "ProgressInMegaBytes", "c2jName" : "ProgressInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProgressInMegaBytes", "marshallLocationName" : "ProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@param progressInMegaBytes The amount of data restored to the new table so far, in megabytes (MB).*/", "getterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@return The amount of data restored to the new table so far, in megabytes (MB).*/", "fluentSetterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@param progressInMegaBytes The amount of data restored to the new table so far, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The amount of data restored to the new table so far, in megabytes (MB).

                                                                  \n@param progressInMegaBytes The amount of data restored to the new table so far, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RequestTime" : { "documentation" : "

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  ", "name" : "RequestTime", "c2jName" : "RequestTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "requestTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "requestTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestTime", "marshallLocationName" : "RequestTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@param requestTime The time that the table restore request was made, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@return The time that the table restore request was made, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@param requestTime The time that the table restore request was made, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The time that the table restore request was made, in Universal Coordinated Time (UTC).

                                                                  \n@param requestTime The time that the table restore request was made, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster that the table is being restored to.*/", "getterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@return The identifier of the Amazon Redshift cluster that the table is being restored to.*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TargetDatabaseName" : { "documentation" : "

                                                                  The name of the database to restore the table to.

                                                                  ", "name" : "TargetDatabaseName", "c2jName" : "TargetDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the database to restore the table to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetDatabaseName", "marshallLocationName" : "TargetDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@param targetDatabaseName The name of the database to restore the table to.*/", "getterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@return The name of the database to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the database to restore the table to.

                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TotalDataInMegaBytes" : { "documentation" : "

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  ", "name" : "TotalDataInMegaBytes", "c2jName" : "TotalDataInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "totalDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "totalDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "TotalDataInMegaBytes", "marshallLocationName" : "TotalDataInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@param totalDataInMegaBytes The total amount of data to restore to the new table, in megabytes (MB).*/", "getterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@return The total amount of data to restore to the new table, in megabytes (MB).*/", "fluentSetterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@param totalDataInMegaBytes The total amount of data to restore to the new table, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The total amount of data to restore to the new table, in megabytes (MB).

                                                                  \n@param totalDataInMegaBytes The total amount of data to restore to the new table, in megabytes (MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceDatabaseName" : { "documentation" : "

                                                                  The name of the source database that contains the table being restored.

                                                                  ", "name" : "SourceDatabaseName", "c2jName" : "SourceDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the source database that contains the table being restored.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDatabaseName", "marshallLocationName" : "SourceDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@param sourceDatabaseName The name of the source database that contains the table being restored.*/", "getterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@return The name of the source database that contains the table being restored.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@param sourceDatabaseName The name of the source database that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the source database that contains the table being restored.

                                                                  \n@param sourceDatabaseName The name of the source database that contains the table being restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TableRestoreRequestId" : { "documentation" : "

                                                                  The unique identifier for the table restore request.

                                                                  ", "name" : "TableRestoreRequestId", "c2jName" : "TableRestoreRequestId", "c2jShape" : "String", "variable" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier for the table restore request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreRequestId", "marshallLocationName" : "TableRestoreRequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@param tableRestoreRequestId The unique identifier for the table restore request.*/", "getterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@return The unique identifier for the table restore request.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@param tableRestoreRequestId The unique identifier for the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier for the table restore request.

                                                                  \n@param tableRestoreRequestId The unique identifier for the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TargetSchemaName" : { "documentation" : "

                                                                  The name of the schema to restore the table to.

                                                                  ", "name" : "TargetSchemaName", "c2jName" : "TargetSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the schema to restore the table to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSchemaName", "marshallLocationName" : "TargetSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@param targetSchemaName The name of the schema to restore the table to.*/", "getterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@return The name of the schema to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the schema to restore the table to.

                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NewTableName" : { "documentation" : "

                                                                  The name of the table to create as a result of the table restore request.

                                                                  ", "name" : "NewTableName", "c2jName" : "NewTableName", "c2jShape" : "String", "variable" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the table to create as a result of the table restore request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewTableName", "marshallLocationName" : "NewTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@param newTableName The name of the table to create as a result of the table restore request.*/", "getterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@return The name of the table to create as a result of the table restore request.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@param newTableName The name of the table to create as a result of the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the table to create as a result of the table restore request.

                                                                  \n@param newTableName The name of the table to create as a result of the table restore request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateSnapshotCopyGrantRequest" : { "c2jName" : "CreateSnapshotCopyGrantMessage", "documentation" : "

                                                                  The result of the CreateSnapshotCopyGrant action.

                                                                  ", "shapeName" : "CreateSnapshotCopyGrantRequest", "deprecated" : false, "required" : [ "SnapshotCopyGrantName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  */", "getterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@return The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  */", "fluentSetterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.*/", "getterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@return The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  A list of tag instances.

                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of tag instances.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createSnapshotCopyGrantRequest", "variableType" : "CreateSnapshotCopyGrantRequest", "variableDeclarationType" : "CreateSnapshotCopyGrantRequest", "documentation" : null, "variableSetterType" : "CreateSnapshotCopyGrantRequest", "simpleType" : "CreateSnapshotCopyGrantRequest" }, "marshaller" : { "action" : "CreateSnapshotCopyGrant", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "KmsKeyId" : { "documentation" : "

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.*/", "getterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@return The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotCopyGrantName" : { "documentation" : "

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  */", "getterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@return The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  */", "fluentSetterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.

                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant. This name must be unique in the region for the AWS account.

                                                                  Constraints:

                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                  • Alphabetic characters must be lowercase.
                                                                  • First character must be a letter.
                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                  • Must be unique for all clusters within an AWS account.
                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                  A list of tag instances.

                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of tag instances.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of tag instances.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DeleteSnapshotCopyGrantResult" : { "c2jName" : "DeleteSnapshotCopyGrantResult", "documentation" : null, "shapeName" : "DeleteSnapshotCopyGrantResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteSnapshotCopyGrantResult", "variableType" : "DeleteSnapshotCopyGrantResult", "variableDeclarationType" : "DeleteSnapshotCopyGrantResult", "documentation" : null, "variableSetterType" : "DeleteSnapshotCopyGrantResult", "simpleType" : "DeleteSnapshotCopyGrantResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotCopyDisabledException" : { "c2jName" : "SnapshotCopyDisabledFault", "documentation" : "

                                                                  Cross-region snapshot copy was temporarily disabled. Try your request again.

                                                                  ", "shapeName" : "SnapshotCopyDisabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotCopyDisabledException", "variableType" : "SnapshotCopyDisabledException", "variableDeclarationType" : "SnapshotCopyDisabledException", "documentation" : null, "variableSetterType" : "SnapshotCopyDisabledException", "simpleType" : "SnapshotCopyDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotCopyDisabledFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DisableSnapshotCopyRequest" : { "c2jName" : "DisableSnapshotCopyMessage", "documentation" : "

                                                                  ", "shapeName" : "DisableSnapshotCopyRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "getterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@return The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "disableSnapshotCopyRequest", "variableType" : "DisableSnapshotCopyRequest", "variableDeclarationType" : "DisableSnapshotCopyRequest", "documentation" : null, "variableSetterType" : "DisableSnapshotCopyRequest", "simpleType" : "DisableSnapshotCopyRequest" }, "marshaller" : { "action" : "DisableSnapshotCopy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterIdentifier" : { "documentation" : "

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "getterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@return The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.*/", "fluentSetterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

                                                                  \n@param clusterIdentifier The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

                                                                  Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeTableRestoreStatusRequest" : { "c2jName" : "DescribeTableRestoreStatusMessage", "documentation" : "", "shapeName" : "DescribeTableRestoreStatusRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The Amazon Redshift cluster that the table is being restored to.*/", "getterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@return The Amazon Redshift cluster that the table is being restored to.*/", "fluentSetterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  ", "name" : "TableRestoreRequestId", "c2jName" : "TableRestoreRequestId", "c2jShape" : "String", "variable" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreRequestId", "marshallLocationName" : "TableRestoreRequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@param tableRestoreRequestId The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.*/", "getterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@return The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@param tableRestoreRequestId The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@param tableRestoreRequestId The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.*/", "getterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@param marker An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.*/", "getterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@return An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@param marker An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@param marker An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeTableRestoreStatusRequest", "variableType" : "DescribeTableRestoreStatusRequest", "variableDeclarationType" : "DescribeTableRestoreStatusRequest", "documentation" : null, "variableSetterType" : "DescribeTableRestoreStatusRequest", "simpleType" : "DescribeTableRestoreStatusRequest" }, "marshaller" : { "action" : "DescribeTableRestoreStatus", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TableRestoreRequestId" : { "documentation" : "

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  ", "name" : "TableRestoreRequestId", "c2jName" : "TableRestoreRequestId", "c2jShape" : "String", "variable" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tableRestoreRequestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreRequestId", "marshallLocationName" : "TableRestoreRequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@param tableRestoreRequestId The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.*/", "getterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@return The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.*/", "fluentSetterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@param tableRestoreRequestId The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.

                                                                  \n@param tableRestoreRequestId The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@param marker An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.*/", "getterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@return An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@param marker An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

                                                                  \n@param marker An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The Amazon Redshift cluster that the table is being restored to.*/", "getterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@return The Amazon Redshift cluster that the table is being restored to.*/", "fluentSetterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The Amazon Redshift cluster that the table is being restored to.

                                                                  \n@param clusterIdentifier The Amazon Redshift cluster that the table is being restored to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.*/", "getterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "EC2SecurityGroup" : { "c2jName" : "EC2SecurityGroup", "documentation" : "

                                                                  Describes an Amazon EC2 security group.

                                                                  ", "shapeName" : "EC2SecurityGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The status of the EC2 security group.

                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The status of the EC2 security group.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@param status The status of the EC2 security group.*/", "getterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@return The status of the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@param status The status of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@param status The status of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The name of the EC2 Security Group.

                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the EC2 Security Group.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group.*/", "getterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@return The name of the EC2 Security Group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@param eC2SecurityGroupOwnerId The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "getterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@return The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "fluentSetterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@param eC2SecurityGroupOwnerId The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@param eC2SecurityGroupOwnerId The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                  The list of tags for the EC2 security group.

                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  The list of tags for the EC2 security group.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n@param tags The list of tags for the EC2 security group.*/", "getterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n@return The list of tags for the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n@param tags The list of tags for the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tags The list of tags for the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "eC2SecurityGroup", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : null, "variableSetterType" : "EC2SecurityGroup", "simpleType" : "EC2SecurityGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                  The status of the EC2 security group.

                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The status of the EC2 security group.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@param status The status of the EC2 security group.*/", "getterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@return The status of the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@param status The status of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The status of the EC2 security group.

                                                                  \n@param status The status of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EC2SecurityGroupName" : { "documentation" : "

                                                                  The name of the EC2 Security Group.

                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the EC2 Security Group.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group.*/", "getterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@return The name of the EC2 Security Group.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the EC2 Security Group.

                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EC2SecurityGroupOwnerId" : { "documentation" : "

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@param eC2SecurityGroupOwnerId The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "getterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@return The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "fluentSetterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@param eC2SecurityGroupOwnerId The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                  \n@param eC2SecurityGroupOwnerId The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                  The list of tags for the EC2 security group.

                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  The list of tags for the EC2 security group.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n@param tags The list of tags for the EC2 security group.*/", "getterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n@return The list of tags for the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n@param tags The list of tags for the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The list of tags for the EC2 security group.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tags The list of tags for the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DescribeClusterParametersResult" : { "c2jName" : "ClusterParameterGroupDetails", "documentation" : "

                                                                  Contains the output from the DescribeClusterParameters action.

                                                                  ", "shapeName" : "DescribeClusterParametersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n@param parameters A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.*/", "getterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n@return A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n@param parameters A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param parameters A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterParametersResult", "variableType" : "DescribeClusterParametersResult", "variableDeclarationType" : "DescribeClusterParametersResult", "documentation" : null, "variableSetterType" : "DescribeClusterParametersResult", "simpleType" : "DescribeClusterParametersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeClusterParametersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n@param parameters A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.*/", "getterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n@return A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n@param parameters A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param parameters A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateClusterRequest" : { "c2jName" : "CreateClusterMessage", "documentation" : "

                                                                  ", "shapeName" : "CreateClusterRequest", "deprecated" : false, "required" : [ "ClusterIdentifier", "NodeType", "MasterUsername", "MasterUserPassword" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the first database to be created when the cluster is created.

                                                                  To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                  Default: dev

                                                                  Constraints:

                                                                  • Must contain 1 to 64 alphanumeric characters.
                                                                  • Must contain only lowercase letters.
                                                                  • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                  ", "name" : "DBName", "c2jName" : "DBName", "c2jShape" : "String", "variable" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the first database to be created when the cluster is created.

                                                                  To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                  Default: dev

                                                                  Constraints:

                                                                  • Must contain 1 to 64 alphanumeric characters.
                                                                  • Must contain only lowercase letters.
                                                                  • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBName", "marshallLocationName" : "DBName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                  The name of the first database to be created when the cluster is created.

                                                                  To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                  Default: dev

                                                                  Constraints:

                                                                  • Must contain 1 to 64 alphanumeric characters.
                                                                  • Must contain only lowercase letters.
                                                                  • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                  \n@param dBName The name of the first database to be created when the cluster is created.

                                                                  To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                  Default: dev

                                                                  Constraints:

                                                                  • Must contain 1 to 64 alphanumeric characters.
                                                                  • Must contain only lowercase letters.
                                                                  • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                  • */", "getterDocumentation" : "/**

                                                                    The name of the first database to be created when the cluster is created.

                                                                    To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                    Default: dev

                                                                    Constraints:

                                                                    • Must contain 1 to 64 alphanumeric characters.
                                                                    • Must contain only lowercase letters.
                                                                    • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                    \n@return The name of the first database to be created when the cluster is created.

                                                                    To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                    Default: dev

                                                                    Constraints:

                                                                    • Must contain 1 to 64 alphanumeric characters.
                                                                    • Must contain only lowercase letters.
                                                                    • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                      The name of the first database to be created when the cluster is created.

                                                                      To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                      Default: dev

                                                                      Constraints:

                                                                      • Must contain 1 to 64 alphanumeric characters.
                                                                      • Must contain only lowercase letters.
                                                                      • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                      \n@param dBName The name of the first database to be created when the cluster is created.

                                                                      To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                      Default: dev

                                                                      Constraints:

                                                                      • Must contain 1 to 64 alphanumeric characters.
                                                                      • Must contain only lowercase letters.
                                                                      • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                        The name of the first database to be created when the cluster is created.

                                                                        To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                        Default: dev

                                                                        Constraints:

                                                                        • Must contain 1 to 64 alphanumeric characters.
                                                                        • Must contain only lowercase letters.
                                                                        • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                        \n@param dBName The name of the first database to be created when the cluster is created.

                                                                        To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                        Default: dev

                                                                        Constraints:

                                                                        • Must contain 1 to 64 alphanumeric characters.
                                                                        • Must contain only lowercase letters.
                                                                        • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster

                                                                          ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster

                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster

                                                                          \n@param clusterIdentifier A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster*/", "getterDocumentation" : "/**

                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster

                                                                          \n@return A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster*/", "fluentSetterDocumentation" : "/**

                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster

                                                                          \n@param clusterIdentifier A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster

                                                                          \n@param clusterIdentifier A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                          • Alphabetic characters must be lowercase.
                                                                          • First character must be a letter.
                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                          • Must be unique for all clusters within an AWS account.

                                                                          Example: myexamplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                          The type of the cluster. When cluster type is specified as

                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node

                                                                          ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The type of the cluster. When cluster type is specified as

                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node

                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                          The type of the cluster. When cluster type is specified as

                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node

                                                                          \n@param clusterType The type of the cluster. When cluster type is specified as
                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node*/", "getterDocumentation" : "/**

                                                                          The type of the cluster. When cluster type is specified as

                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node

                                                                          \n@return The type of the cluster. When cluster type is specified as
                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node*/", "fluentSetterDocumentation" : "/**

                                                                          The type of the cluster. When cluster type is specified as

                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node

                                                                          \n@param clusterType The type of the cluster. When cluster type is specified as
                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          The type of the cluster. When cluster type is specified as

                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node

                                                                          \n@param clusterType The type of the cluster. When cluster type is specified as
                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                          Valid Values: multi-node | single-node

                                                                          Default: multi-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                          The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                          ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                          The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                          \n@param nodeType The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "getterDocumentation" : "/**

                                                                          The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                          \n@return The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "fluentSetterDocumentation" : "/**

                                                                          The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                          \n@param nodeType The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                          \n@param nodeType The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                          Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                          The user name associated with the master user account for the cluster that is being created.

                                                                          Constraints:

                                                                          • Must be 1 - 128 alphanumeric characters.
                                                                          • First character must be a letter.
                                                                          • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                          ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The user name associated with the master user account for the cluster that is being created.

                                                                          Constraints:

                                                                          • Must be 1 - 128 alphanumeric characters.
                                                                          • First character must be a letter.
                                                                          • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                          The user name associated with the master user account for the cluster that is being created.

                                                                          Constraints:

                                                                          • Must be 1 - 128 alphanumeric characters.
                                                                          • First character must be a letter.
                                                                          • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                          \n@param masterUsername The user name associated with the master user account for the cluster that is being created.

                                                                          Constraints:

                                                                          • Must be 1 - 128 alphanumeric characters.
                                                                          • First character must be a letter.
                                                                          • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                          • */", "getterDocumentation" : "/**

                                                                            The user name associated with the master user account for the cluster that is being created.

                                                                            Constraints:

                                                                            • Must be 1 - 128 alphanumeric characters.
                                                                            • First character must be a letter.
                                                                            • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                            \n@return The user name associated with the master user account for the cluster that is being created.

                                                                            Constraints:

                                                                            • Must be 1 - 128 alphanumeric characters.
                                                                            • First character must be a letter.
                                                                            • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                              The user name associated with the master user account for the cluster that is being created.

                                                                              Constraints:

                                                                              • Must be 1 - 128 alphanumeric characters.
                                                                              • First character must be a letter.
                                                                              • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                              \n@param masterUsername The user name associated with the master user account for the cluster that is being created.

                                                                              Constraints:

                                                                              • Must be 1 - 128 alphanumeric characters.
                                                                              • First character must be a letter.
                                                                              • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                The user name associated with the master user account for the cluster that is being created.

                                                                                Constraints:

                                                                                • Must be 1 - 128 alphanumeric characters.
                                                                                • First character must be a letter.
                                                                                • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                \n@param masterUsername The user name associated with the master user account for the cluster that is being created.

                                                                                Constraints:

                                                                                • Must be 1 - 128 alphanumeric characters.
                                                                                • First character must be a letter.
                                                                                • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                  The password associated with the master user account for the cluster that is being created.

                                                                                  Constraints:

                                                                                  • Must be between 8 and 64 characters in length.
                                                                                  • Must contain at least one uppercase letter.
                                                                                  • Must contain at least one lowercase letter.
                                                                                  • Must contain one number.
                                                                                  • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                  ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The password associated with the master user account for the cluster that is being created.

                                                                                  Constraints:

                                                                                  • Must be between 8 and 64 characters in length.
                                                                                  • Must contain at least one uppercase letter.
                                                                                  • Must contain at least one lowercase letter.
                                                                                  • Must contain one number.
                                                                                  • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                  The password associated with the master user account for the cluster that is being created.

                                                                                  Constraints:

                                                                                  • Must be between 8 and 64 characters in length.
                                                                                  • Must contain at least one uppercase letter.
                                                                                  • Must contain at least one lowercase letter.
                                                                                  • Must contain one number.
                                                                                  • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                  \n@param masterUserPassword The password associated with the master user account for the cluster that is being created.

                                                                                  Constraints:

                                                                                  • Must be between 8 and 64 characters in length.
                                                                                  • Must contain at least one uppercase letter.
                                                                                  • Must contain at least one lowercase letter.
                                                                                  • Must contain one number.
                                                                                  • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                  • */", "getterDocumentation" : "/**

                                                                                    The password associated with the master user account for the cluster that is being created.

                                                                                    Constraints:

                                                                                    • Must be between 8 and 64 characters in length.
                                                                                    • Must contain at least one uppercase letter.
                                                                                    • Must contain at least one lowercase letter.
                                                                                    • Must contain one number.
                                                                                    • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                    \n@return The password associated with the master user account for the cluster that is being created.

                                                                                    Constraints:

                                                                                    • Must be between 8 and 64 characters in length.
                                                                                    • Must contain at least one uppercase letter.
                                                                                    • Must contain at least one lowercase letter.
                                                                                    • Must contain one number.
                                                                                    • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                      The password associated with the master user account for the cluster that is being created.

                                                                                      Constraints:

                                                                                      • Must be between 8 and 64 characters in length.
                                                                                      • Must contain at least one uppercase letter.
                                                                                      • Must contain at least one lowercase letter.
                                                                                      • Must contain one number.
                                                                                      • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                      \n@param masterUserPassword The password associated with the master user account for the cluster that is being created.

                                                                                      Constraints:

                                                                                      • Must be between 8 and 64 characters in length.
                                                                                      • Must contain at least one uppercase letter.
                                                                                      • Must contain at least one lowercase letter.
                                                                                      • Must contain one number.
                                                                                      • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                        The password associated with the master user account for the cluster that is being created.

                                                                                        Constraints:

                                                                                        • Must be between 8 and 64 characters in length.
                                                                                        • Must contain at least one uppercase letter.
                                                                                        • Must contain at least one lowercase letter.
                                                                                        • Must contain one number.
                                                                                        • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                        \n@param masterUserPassword The password associated with the master user account for the cluster that is being created.

                                                                                        Constraints:

                                                                                        • Must be between 8 and 64 characters in length.
                                                                                        • Must contain at least one uppercase letter.
                                                                                        • Must contain at least one lowercase letter.
                                                                                        • Must contain one number.
                                                                                        • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                          A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                          ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupNameList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                          A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                          A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.*/", "getterDocumentation" : "/**

                                                                                          A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                          \n@return A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.*/", "fluentSetterDocumentation" : "/**

                                                                                          A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                          \n

                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                          Default: The default cluster security group for Amazon Redshift.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                          ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.*/", "getterDocumentation" : "/**

                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                          \n@return A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                          \n

                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                          Default: The default VPC security group is associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                          The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                          ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                          The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                          \n@param clusterSubnetGroupName The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).*/", "getterDocumentation" : "/**

                                                                                          The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                          \n@return The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                                                          The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                          \n@param clusterSubnetGroupName The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                          \n@param clusterSubnetGroupName The name of a cluster subnet group to be associated with this cluster.

                                                                                          If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                          ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                          \n@param availabilityZone The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.*/", "getterDocumentation" : "/**

                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                          \n@return The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.*/", "fluentSetterDocumentation" : "/**

                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                          \n@param availabilityZone The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                          \n@param availabilityZone The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                          Example: us-east-1d

                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.

                                                                                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.

                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.

                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.*/", "getterDocumentation" : "/**

                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.

                                                                                          \n@return The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.*/", "fluentSetterDocumentation" : "/**

                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.

                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.

                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                          The name of the parameter group to be associated with this cluster.

                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                          Constraints:

                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                          • First character must be a letter.
                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                          ", "name" : "ClusterParameterGroupName", "c2jName" : "ClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The name of the parameter group to be associated with this cluster.

                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                          Constraints:

                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                          • First character must be a letter.
                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupName", "marshallLocationName" : "ClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                          The name of the parameter group to be associated with this cluster.

                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                          Constraints:

                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                          • First character must be a letter.
                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                          \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                          Constraints:

                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                          • First character must be a letter.
                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                          • */", "getterDocumentation" : "/**

                                                                                            The name of the parameter group to be associated with this cluster.

                                                                                            Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                            Constraints:

                                                                                            • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                            • First character must be a letter.
                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                            \n@return The name of the parameter group to be associated with this cluster.

                                                                                            Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                            Constraints:

                                                                                            • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                            • First character must be a letter.
                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                              The name of the parameter group to be associated with this cluster.

                                                                                              Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                              Constraints:

                                                                                              • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                              • First character must be a letter.
                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                              \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                              Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                              Constraints:

                                                                                              • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                              • First character must be a letter.
                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                The name of the parameter group to be associated with this cluster.

                                                                                                Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                Constraints:

                                                                                                • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                • First character must be a letter.
                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                Constraints:

                                                                                                • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                • First character must be a letter.
                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.*/", "getterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@return The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param port The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535*/", "getterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@return The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535*/", "fluentSetterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param port The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param port The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0

                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0

                                                                                                  \n@param clusterVersion The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0*/", "getterDocumentation" : "/**

                                                                                                  The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0

                                                                                                  \n@return The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0

                                                                                                  \n@param clusterVersion The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0

                                                                                                  \n@param clusterVersion The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                  The version selected runs on all the nodes in the cluster.

                                                                                                  Constraints: Only version 1.0 is currently available.

                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true

                                                                                                  ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true

                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true

                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true*/", "getterDocumentation" : "/**

                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true

                                                                                                  \n@return If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true*/", "fluentSetterDocumentation" : "/**

                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true

                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true

                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                  When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.*/", "getterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@return The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.*/", "getterDocumentation" : "/**

                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                  \n@return If true, the cluster can be accessed from a public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@param encrypted If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false*/", "getterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@return If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@param encrypted If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@param encrypted If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                  \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@return The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  A list of tag instances.

                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of tag instances.

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A list of tag instances.

                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                  A list of tag instances.

                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of tag instances.

                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of tag instances.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.*/", "getterDocumentation" : "/**

                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                  \n@return The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  Reserved.

                                                                                                  ", "name" : "AdditionalInfo", "c2jName" : "AdditionalInfo", "c2jShape" : "String", "variable" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Reserved.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdditionalInfo", "marshallLocationName" : "AdditionalInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Reserved.

                                                                                                  \n@param additionalInfo Reserved.*/", "getterDocumentation" : "/**

                                                                                                  Reserved.

                                                                                                  \n@return Reserved.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Reserved.

                                                                                                  \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Reserved.

                                                                                                  \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.

                                                                                                  ", "name" : "IamRoles", "c2jName" : "IamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoles", "marshallLocationName" : "IamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.

                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.*/", "getterDocumentation" : "/**

                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.

                                                                                                  \n@return A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.

                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setIamRoles(java.util.Collection)} or {@link #withIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                  A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createClusterRequest", "variableType" : "CreateClusterRequest", "variableDeclarationType" : "CreateClusterRequest", "documentation" : null, "variableSetterType" : "CreateClusterRequest", "simpleType" : "CreateClusterRequest" }, "marshaller" : { "action" : "CreateCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ElasticIp" : { "documentation" : "

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@return The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AutomatedSnapshotRetentionPeriod" : { "documentation" : "

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.*/", "getterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@return The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                  Default: 1

                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Encrypted" : { "documentation" : "

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@param encrypted If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false*/", "getterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@return If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@param encrypted If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false

                                                                                                  \n@param encrypted If true, the data in the cluster is encrypted at rest.

                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Port" : { "documentation" : "

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param port The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535*/", "getterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@return The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535*/", "fluentSetterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param port The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param port The port number on which the cluster accepts incoming connections.

                                                                                                  The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

                                                                                                  Default: 5439

                                                                                                  Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NumberOfNodes" : { "documentation" : "

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.*/", "getterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@return The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.

                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

                                                                                                  For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                  If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

                                                                                                  Default: 1

                                                                                                  Constraints: Value must be at least 1 and no more than 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterParameterGroupName" : { "documentation" : "

                                                                                                  The name of the parameter group to be associated with this cluster.

                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                  Constraints:

                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                  • First character must be a letter.
                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                  ", "name" : "ClusterParameterGroupName", "c2jName" : "ClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the parameter group to be associated with this cluster.

                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                  Constraints:

                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                  • First character must be a letter.
                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupName", "marshallLocationName" : "ClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                  The name of the parameter group to be associated with this cluster.

                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                  Constraints:

                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                  • First character must be a letter.
                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                  \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                  Constraints:

                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                  • First character must be a letter.
                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                    The name of the parameter group to be associated with this cluster.

                                                                                                    Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                    Constraints:

                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                    • First character must be a letter.
                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                    \n@return The name of the parameter group to be associated with this cluster.

                                                                                                    Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                    Constraints:

                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                    • First character must be a letter.
                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                      The name of the parameter group to be associated with this cluster.

                                                                                                      Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                      Constraints:

                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                      • First character must be a letter.
                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                      \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                      Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                      Constraints:

                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                      • First character must be a letter.
                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                        The name of the parameter group to be associated with this cluster.

                                                                                                        Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                        Constraints:

                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                        • First character must be a letter.
                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                        \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                        Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups

                                                                                                        Constraints:

                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                        • First character must be a letter.
                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AllowVersionUpgrade" : { "documentation" : "

                                                                                                          If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true

                                                                                                          ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                          If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true

                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true

                                                                                                          \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true*/", "getterDocumentation" : "/**

                                                                                                          If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true

                                                                                                          \n@return If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true*/", "fluentSetterDocumentation" : "/**

                                                                                                          If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true

                                                                                                          \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true

                                                                                                          \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                          When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.

                                                                                                          Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcSecurityGroupIds" : { "documentation" : "

                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                          ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.*/", "getterDocumentation" : "/**

                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                          \n@return A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                          \n

                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                          Default: The default VPC security group is associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Tags" : { "documentation" : "

                                                                                                          A list of tag instances.

                                                                                                          ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          A list of tag instances.

                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          A list of tag instances.

                                                                                                          \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                          A list of tag instances.

                                                                                                          \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                          A list of tag instances.

                                                                                                          \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A list of tag instances.

                                                                                                          \n

                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                          \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "AdditionalInfo" : { "documentation" : "

                                                                                                          Reserved.

                                                                                                          ", "name" : "AdditionalInfo", "c2jName" : "AdditionalInfo", "c2jShape" : "String", "variable" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          Reserved.

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdditionalInfo", "marshallLocationName" : "AdditionalInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          Reserved.

                                                                                                          \n@param additionalInfo Reserved.*/", "getterDocumentation" : "/**

                                                                                                          Reserved.

                                                                                                          \n@return Reserved.*/", "fluentSetterDocumentation" : "/**

                                                                                                          Reserved.

                                                                                                          \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Reserved.

                                                                                                          \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IamRoles" : { "documentation" : "

                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                          ", "name" : "IamRoles", "c2jName" : "IamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoles", "marshallLocationName" : "IamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.*/", "getterDocumentation" : "/**

                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                          \n@return A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.*/", "fluentSetterDocumentation" : "/**

                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                          \n

                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setIamRoles(java.util.Collection)} or {@link #withIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                          A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterVersion" : { "documentation" : "

                                                                                                          The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0

                                                                                                          ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0

                                                                                                          \n@param clusterVersion The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0*/", "getterDocumentation" : "/**

                                                                                                          The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0

                                                                                                          \n@return The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0*/", "fluentSetterDocumentation" : "/**

                                                                                                          The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0

                                                                                                          \n@param clusterVersion The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0

                                                                                                          \n@param clusterVersion The version of the Amazon Redshift engine software that you want to deploy on the cluster.

                                                                                                          The version selected runs on all the nodes in the cluster.

                                                                                                          Constraints: Only version 1.0 is currently available.

                                                                                                          Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                          ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                          \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                          \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                          \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                          \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "KmsKeyId" : { "documentation" : "

                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                          ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.*/", "getterDocumentation" : "/**

                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                          \n@return The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AvailabilityZone" : { "documentation" : "

                                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                                          ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                                          \n@param availabilityZone The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.*/", "getterDocumentation" : "/**

                                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                                          \n@return The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                                          \n@param availabilityZone The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.

                                                                                                          \n@param availabilityZone The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.

                                                                                                          Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.

                                                                                                          Example: us-east-1d

                                                                                                          Constraint: The specified Availability Zone must be in the same region as the current endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PreferredMaintenanceWindow" : { "documentation" : "

                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.*/", "getterDocumentation" : "/**

                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                          \n@return The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                          Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterType" : { "documentation" : "

                                                                                                          The type of the cluster. When cluster type is specified as

                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node

                                                                                                          ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The type of the cluster. When cluster type is specified as

                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          The type of the cluster. When cluster type is specified as

                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node

                                                                                                          \n@param clusterType The type of the cluster. When cluster type is specified as
                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node*/", "getterDocumentation" : "/**

                                                                                                          The type of the cluster. When cluster type is specified as

                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node

                                                                                                          \n@return The type of the cluster. When cluster type is specified as
                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node*/", "fluentSetterDocumentation" : "/**

                                                                                                          The type of the cluster. When cluster type is specified as

                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node

                                                                                                          \n@param clusterType The type of the cluster. When cluster type is specified as
                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The type of the cluster. When cluster type is specified as

                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node

                                                                                                          \n@param clusterType The type of the cluster. When cluster type is specified as
                                                                                                          • single-node, the NumberOfNodes parameter is not required.
                                                                                                          • multi-node, the NumberOfNodes parameter is required.

                                                                                                          Valid Values: multi-node | single-node

                                                                                                          Default: multi-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroups" : { "documentation" : "

                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                          ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupNameList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.*/", "getterDocumentation" : "/**

                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                          \n@return A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.*/", "fluentSetterDocumentation" : "/**

                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                          \n

                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                          Default: The default cluster security group for Amazon Redshift.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster

                                                                                                          ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster

                                                                                                          \n@param clusterIdentifier A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster*/", "getterDocumentation" : "/**

                                                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster

                                                                                                          \n@return A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster

                                                                                                          \n@param clusterIdentifier A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster

                                                                                                          \n@param clusterIdentifier A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.

                                                                                                          Constraints:

                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                          • First character must be a letter.
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                          Example: myexamplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MasterUserPassword" : { "documentation" : "

                                                                                                          The password associated with the master user account for the cluster that is being created.

                                                                                                          Constraints:

                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                          • Must contain at least one uppercase letter.
                                                                                                          • Must contain at least one lowercase letter.
                                                                                                          • Must contain one number.
                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                          ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The password associated with the master user account for the cluster that is being created.

                                                                                                          Constraints:

                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                          • Must contain at least one uppercase letter.
                                                                                                          • Must contain at least one lowercase letter.
                                                                                                          • Must contain one number.
                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                          The password associated with the master user account for the cluster that is being created.

                                                                                                          Constraints:

                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                          • Must contain at least one uppercase letter.
                                                                                                          • Must contain at least one lowercase letter.
                                                                                                          • Must contain one number.
                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                          \n@param masterUserPassword The password associated with the master user account for the cluster that is being created.

                                                                                                          Constraints:

                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                          • Must contain at least one uppercase letter.
                                                                                                          • Must contain at least one lowercase letter.
                                                                                                          • Must contain one number.
                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                            The password associated with the master user account for the cluster that is being created.

                                                                                                            Constraints:

                                                                                                            • Must be between 8 and 64 characters in length.
                                                                                                            • Must contain at least one uppercase letter.
                                                                                                            • Must contain at least one lowercase letter.
                                                                                                            • Must contain one number.
                                                                                                            • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                            \n@return The password associated with the master user account for the cluster that is being created.

                                                                                                            Constraints:

                                                                                                            • Must be between 8 and 64 characters in length.
                                                                                                            • Must contain at least one uppercase letter.
                                                                                                            • Must contain at least one lowercase letter.
                                                                                                            • Must contain one number.
                                                                                                            • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                              The password associated with the master user account for the cluster that is being created.

                                                                                                              Constraints:

                                                                                                              • Must be between 8 and 64 characters in length.
                                                                                                              • Must contain at least one uppercase letter.
                                                                                                              • Must contain at least one lowercase letter.
                                                                                                              • Must contain one number.
                                                                                                              • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                              \n@param masterUserPassword The password associated with the master user account for the cluster that is being created.

                                                                                                              Constraints:

                                                                                                              • Must be between 8 and 64 characters in length.
                                                                                                              • Must contain at least one uppercase letter.
                                                                                                              • Must contain at least one lowercase letter.
                                                                                                              • Must contain one number.
                                                                                                              • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                The password associated with the master user account for the cluster that is being created.

                                                                                                                Constraints:

                                                                                                                • Must be between 8 and 64 characters in length.
                                                                                                                • Must contain at least one uppercase letter.
                                                                                                                • Must contain at least one lowercase letter.
                                                                                                                • Must contain one number.
                                                                                                                • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                \n@param masterUserPassword The password associated with the master user account for the cluster that is being created.

                                                                                                                Constraints:

                                                                                                                • Must be between 8 and 64 characters in length.
                                                                                                                • Must contain at least one uppercase letter.
                                                                                                                • Must contain at least one lowercase letter.
                                                                                                                • Must contain one number.
                                                                                                                • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                  The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                                                  \n@param clusterSubnetGroupName The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).*/", "getterDocumentation" : "/**

                                                                                                                  The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                                                  \n@return The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                                                  \n@param clusterSubnetGroupName The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).

                                                                                                                  \n@param clusterSubnetGroupName The name of a cluster subnet group to be associated with this cluster.

                                                                                                                  If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                  The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                  \n@param nodeType The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "getterDocumentation" : "/**

                                                                                                                  The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                  \n@return The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                  \n@param nodeType The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                  \n@param nodeType The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.

                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MasterUsername" : { "documentation" : "

                                                                                                                  The user name associated with the master user account for the cluster that is being created.

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 - 128 alphanumeric characters.
                                                                                                                  • First character must be a letter.
                                                                                                                  • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The user name associated with the master user account for the cluster that is being created.

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 - 128 alphanumeric characters.
                                                                                                                  • First character must be a letter.
                                                                                                                  • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                  The user name associated with the master user account for the cluster that is being created.

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 - 128 alphanumeric characters.
                                                                                                                  • First character must be a letter.
                                                                                                                  • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                  \n@param masterUsername The user name associated with the master user account for the cluster that is being created.

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 - 128 alphanumeric characters.
                                                                                                                  • First character must be a letter.
                                                                                                                  • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                    The user name associated with the master user account for the cluster that is being created.

                                                                                                                    Constraints:

                                                                                                                    • Must be 1 - 128 alphanumeric characters.
                                                                                                                    • First character must be a letter.
                                                                                                                    • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                    \n@return The user name associated with the master user account for the cluster that is being created.

                                                                                                                    Constraints:

                                                                                                                    • Must be 1 - 128 alphanumeric characters.
                                                                                                                    • First character must be a letter.
                                                                                                                    • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                      The user name associated with the master user account for the cluster that is being created.

                                                                                                                      Constraints:

                                                                                                                      • Must be 1 - 128 alphanumeric characters.
                                                                                                                      • First character must be a letter.
                                                                                                                      • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                      \n@param masterUsername The user name associated with the master user account for the cluster that is being created.

                                                                                                                      Constraints:

                                                                                                                      • Must be 1 - 128 alphanumeric characters.
                                                                                                                      • First character must be a letter.
                                                                                                                      • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                        The user name associated with the master user account for the cluster that is being created.

                                                                                                                        Constraints:

                                                                                                                        • Must be 1 - 128 alphanumeric characters.
                                                                                                                        • First character must be a letter.
                                                                                                                        • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                        \n@param masterUsername The user name associated with the master user account for the cluster that is being created.

                                                                                                                        Constraints:

                                                                                                                        • Must be 1 - 128 alphanumeric characters.
                                                                                                                        • First character must be a letter.
                                                                                                                        • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DBName" : { "documentation" : "

                                                                                                                          The name of the first database to be created when the cluster is created.

                                                                                                                          To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                          Default: dev

                                                                                                                          Constraints:

                                                                                                                          • Must contain 1 to 64 alphanumeric characters.
                                                                                                                          • Must contain only lowercase letters.
                                                                                                                          • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                          ", "name" : "DBName", "c2jName" : "DBName", "c2jShape" : "String", "variable" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The name of the first database to be created when the cluster is created.

                                                                                                                          To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                          Default: dev

                                                                                                                          Constraints:

                                                                                                                          • Must contain 1 to 64 alphanumeric characters.
                                                                                                                          • Must contain only lowercase letters.
                                                                                                                          • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBName", "marshallLocationName" : "DBName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                          The name of the first database to be created when the cluster is created.

                                                                                                                          To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                          Default: dev

                                                                                                                          Constraints:

                                                                                                                          • Must contain 1 to 64 alphanumeric characters.
                                                                                                                          • Must contain only lowercase letters.
                                                                                                                          • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                          \n@param dBName The name of the first database to be created when the cluster is created.

                                                                                                                          To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                          Default: dev

                                                                                                                          Constraints:

                                                                                                                          • Must contain 1 to 64 alphanumeric characters.
                                                                                                                          • Must contain only lowercase letters.
                                                                                                                          • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                            The name of the first database to be created when the cluster is created.

                                                                                                                            To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                            Default: dev

                                                                                                                            Constraints:

                                                                                                                            • Must contain 1 to 64 alphanumeric characters.
                                                                                                                            • Must contain only lowercase letters.
                                                                                                                            • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                            \n@return The name of the first database to be created when the cluster is created.

                                                                                                                            To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                            Default: dev

                                                                                                                            Constraints:

                                                                                                                            • Must contain 1 to 64 alphanumeric characters.
                                                                                                                            • Must contain only lowercase letters.
                                                                                                                            • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                              The name of the first database to be created when the cluster is created.

                                                                                                                              To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                              Default: dev

                                                                                                                              Constraints:

                                                                                                                              • Must contain 1 to 64 alphanumeric characters.
                                                                                                                              • Must contain only lowercase letters.
                                                                                                                              • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                              \n@param dBName The name of the first database to be created when the cluster is created.

                                                                                                                              To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                              Default: dev

                                                                                                                              Constraints:

                                                                                                                              • Must contain 1 to 64 alphanumeric characters.
                                                                                                                              • Must contain only lowercase letters.
                                                                                                                              • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                The name of the first database to be created when the cluster is created.

                                                                                                                                To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                                Default: dev

                                                                                                                                Constraints:

                                                                                                                                • Must contain 1 to 64 alphanumeric characters.
                                                                                                                                • Must contain only lowercase letters.
                                                                                                                                • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                                \n@param dBName The name of the first database to be created when the cluster is created.

                                                                                                                                To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

                                                                                                                                Default: dev

                                                                                                                                Constraints:

                                                                                                                                • Must contain 1 to 64 alphanumeric characters.
                                                                                                                                • Must contain only lowercase letters.
                                                                                                                                • Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PubliclyAccessible" : { "documentation" : "

                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.*/", "getterDocumentation" : "/**

                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                  \n@return If true, the cluster can be accessed from a public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterSubnetGroupQuotaExceededException" : { "c2jName" : "ClusterSubnetGroupQuotaExceededFault", "documentation" : "

                                                                                                                                  The request would result in user exceeding the allowed number of cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                  ", "shapeName" : "ClusterSubnetGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSubnetGroupQuotaExceededException", "variableType" : "ClusterSubnetGroupQuotaExceededException", "variableDeclarationType" : "ClusterSubnetGroupQuotaExceededException", "documentation" : null, "variableSetterType" : "ClusterSubnetGroupQuotaExceededException", "simpleType" : "ClusterSubnetGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSubnetGroupQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SNSInvalidTopicException" : { "c2jName" : "SNSInvalidTopicFault", "documentation" : "

                                                                                                                                  Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.

                                                                                                                                  ", "shapeName" : "SNSInvalidTopicException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "sNSInvalidTopicException", "variableType" : "SNSInvalidTopicException", "variableDeclarationType" : "SNSInvalidTopicException", "documentation" : null, "variableSetterType" : "SNSInvalidTopicException", "simpleType" : "SNSInvalidTopicException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SNSInvalidTopic", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DependentServiceRequestThrottlingException" : { "c2jName" : "DependentServiceRequestThrottlingFault", "documentation" : "

                                                                                                                                  The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

                                                                                                                                  ", "shapeName" : "DependentServiceRequestThrottlingException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dependentServiceRequestThrottlingException", "variableType" : "DependentServiceRequestThrottlingException", "variableDeclarationType" : "DependentServiceRequestThrottlingException", "documentation" : null, "variableSetterType" : "DependentServiceRequestThrottlingException", "simpleType" : "DependentServiceRequestThrottlingException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DependentServiceRequestThrottlingFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterVersion" : { "c2jName" : "ClusterVersion", "documentation" : "

                                                                                                                                  Describes a cluster version, including the parameter group family and description of the version.

                                                                                                                                  ", "shapeName" : "ClusterVersion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@param clusterVersion The version number used by the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@return The version number used by the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@param clusterVersion The version number used by the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@param clusterVersion The version number used by the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  ", "name" : "ClusterParameterGroupFamily", "c2jName" : "ClusterParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupFamily", "marshallLocationName" : "ClusterParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@param clusterParameterGroupFamily The name of the cluster parameter group family for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@return The name of the cluster parameter group family for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@param clusterParameterGroupFamily The name of the cluster parameter group family for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@param clusterParameterGroupFamily The name of the cluster parameter group family for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                  The description of the cluster version.

                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The description of the cluster version.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@param description The description of the cluster version.*/", "getterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@return The description of the cluster version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@param description The description of the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@param description The description of the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterVersion", "variableType" : "ClusterVersion", "variableDeclarationType" : "ClusterVersion", "documentation" : null, "variableSetterType" : "ClusterVersion", "simpleType" : "ClusterVersion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                  The description of the cluster version.

                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The description of the cluster version.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@param description The description of the cluster version.*/", "getterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@return The description of the cluster version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@param description The description of the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The description of the cluster version.

                                                                                                                                  \n@param description The description of the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterVersion" : { "documentation" : "

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@param clusterVersion The version number used by the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@return The version number used by the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@param clusterVersion The version number used by the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The version number used by the cluster.

                                                                                                                                  \n@param clusterVersion The version number used by the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterParameterGroupFamily" : { "documentation" : "

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  ", "name" : "ClusterParameterGroupFamily", "c2jName" : "ClusterParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupFamily", "marshallLocationName" : "ClusterParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@param clusterParameterGroupFamily The name of the cluster parameter group family for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@return The name of the cluster parameter group family for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@param clusterParameterGroupFamily The name of the cluster parameter group family for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the cluster parameter group family for the cluster.

                                                                                                                                  \n@param clusterParameterGroupFamily The name of the cluster parameter group family for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeClustersResult" : { "c2jName" : "ClustersMessage", "documentation" : "

                                                                                                                                  Contains the output from the DescribeClusters action.

                                                                                                                                  ", "shapeName" : "DescribeClustersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  ", "name" : "Clusters", "c2jName" : "Clusters", "c2jShape" : "ClusterList", "variable" : { "variableName" : "clusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Clusters", "marshallLocationName" : "Clusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Cluster", "memberLocationName" : "Cluster", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Cluster", "variable" : { "variableName" : "member", "variableType" : "Cluster", "variableDeclarationType" : "Cluster", "documentation" : "", "variableSetterType" : "Cluster", "simpleType" : "Cluster" }, "setterModel" : { "variableName" : "member", "variableType" : "Cluster", "variableDeclarationType" : "Cluster", "documentation" : "", "variableSetterType" : "Cluster", "simpleType" : "Cluster" }, "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cluster", "marshallLocationName" : "Cluster", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Cluster", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n@param clusters A list of Cluster objects, where each object describes one cluster.*/", "getterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n@return A list of Cluster objects, where each object describes one cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n@param clusters A list of Cluster objects, where each object describes one cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusters(java.util.Collection)} or {@link #withClusters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param clusters A list of Cluster objects, where each object describes one cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClustersResult", "variableType" : "DescribeClustersResult", "variableDeclarationType" : "DescribeClustersResult", "documentation" : null, "variableSetterType" : "DescribeClustersResult", "simpleType" : "DescribeClustersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeClustersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Clusters" : { "documentation" : "

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  ", "name" : "Clusters", "c2jName" : "Clusters", "c2jShape" : "ClusterList", "variable" : { "variableName" : "clusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Clusters", "marshallLocationName" : "Clusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Cluster", "memberLocationName" : "Cluster", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Cluster", "variable" : { "variableName" : "member", "variableType" : "Cluster", "variableDeclarationType" : "Cluster", "documentation" : "", "variableSetterType" : "Cluster", "simpleType" : "Cluster" }, "setterModel" : { "variableName" : "member", "variableType" : "Cluster", "variableDeclarationType" : "Cluster", "documentation" : "", "variableSetterType" : "Cluster", "simpleType" : "Cluster" }, "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cluster", "marshallLocationName" : "Cluster", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Cluster", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n@param clusters A list of Cluster objects, where each object describes one cluster.*/", "getterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n@return A list of Cluster objects, where each object describes one cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n@param clusters A list of Cluster objects, where each object describes one cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A list of Cluster objects, where each object describes one cluster.

                                                                                                                                  \n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusters(java.util.Collection)} or {@link #withClusters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param clusters A list of Cluster objects, where each object describes one cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeClusterParametersRequest" : { "c2jName" : "DescribeClusterParametersMessage", "documentation" : "", "shapeName" : "DescribeClusterParametersRequest", "deprecated" : false, "required" : [ "ParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@param parameterGroupName The name of a cluster parameter group for which to return details.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@return The name of a cluster parameter group for which to return details.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@param parameterGroupName The name of a cluster parameter group for which to return details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@param parameterGroupName The name of a cluster parameter group for which to return details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@param source The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default*/", "getterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@return The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@param source The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@param source The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterParametersRequest", "variableType" : "DescribeClusterParametersRequest", "variableDeclarationType" : "DescribeClusterParametersRequest", "documentation" : null, "variableSetterType" : "DescribeClusterParametersRequest", "simpleType" : "DescribeClusterParametersRequest" }, "marshaller" : { "action" : "DescribeClusterParameters", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterGroupName" : { "documentation" : "

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@param parameterGroupName The name of a cluster parameter group for which to return details.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@return The name of a cluster parameter group for which to return details.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@param parameterGroupName The name of a cluster parameter group for which to return details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of a cluster parameter group for which to return details.

                                                                                                                                  \n@param parameterGroupName The name of a cluster parameter group for which to return details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Source" : { "documentation" : "

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@param source The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default*/", "getterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@return The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@param source The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default

                                                                                                                                  \n@param source The parameter types to return. Specify user to show parameters that are different form the default. Similarly, specify engine-default to show parameters that are the same as the default parameter group.

                                                                                                                                  Default: All parameter types returned.

                                                                                                                                  Valid Values: user | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                  Default: 100

                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CopyClusterSnapshotRequest" : { "c2jName" : "CopyClusterSnapshotMessage", "documentation" : "

                                                                                                                                  ", "shapeName" : "CopyClusterSnapshotRequest", "deprecated" : false, "required" : [ "SourceSnapshotIdentifier", "TargetSnapshotIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The identifier for the source snapshot.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                  ", "name" : "SourceSnapshotIdentifier", "c2jName" : "SourceSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The identifier for the source snapshot.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSnapshotIdentifier", "marshallLocationName" : "SourceSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                  The identifier for the source snapshot.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                  \n@param sourceSnapshotIdentifier The identifier for the source snapshot.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                    The identifier for the source snapshot.

                                                                                                                                    Constraints:

                                                                                                                                    • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                    \n@return The identifier for the source snapshot.

                                                                                                                                    Constraints:

                                                                                                                                    • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                      The identifier for the source snapshot.

                                                                                                                                      Constraints:

                                                                                                                                      • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                      \n@param sourceSnapshotIdentifier The identifier for the source snapshot.

                                                                                                                                      Constraints:

                                                                                                                                      • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                        The identifier for the source snapshot.

                                                                                                                                        Constraints:

                                                                                                                                        • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                        \n@param sourceSnapshotIdentifier The identifier for the source snapshot.

                                                                                                                                        Constraints:

                                                                                                                                        • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                          The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                          ", "name" : "SourceSnapshotClusterIdentifier", "c2jName" : "SourceSnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceSnapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSnapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSnapshotClusterIdentifier", "marshallLocationName" : "SourceSnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                          The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                          \n@param sourceSnapshotClusterIdentifier The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                            The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                            Constraints:

                                                                                                                                            • Must be the identifier for a valid cluster.
                                                                                                                                            \n@return The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                            Constraints:

                                                                                                                                            • Must be the identifier for a valid cluster.
                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                              The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                              Constraints:

                                                                                                                                              • Must be the identifier for a valid cluster.
                                                                                                                                              \n@param sourceSnapshotClusterIdentifier The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                              Constraints:

                                                                                                                                              • Must be the identifier for a valid cluster.
                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                Constraints:

                                                                                                                                                • Must be the identifier for a valid cluster.
                                                                                                                                                \n@param sourceSnapshotClusterIdentifier The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                Constraints:

                                                                                                                                                • Must be the identifier for a valid cluster.
                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                  The identifier given to the new manual snapshot.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                  • First character must be a letter.
                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                  ", "name" : "TargetSnapshotIdentifier", "c2jName" : "TargetSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "targetSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The identifier given to the new manual snapshot.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                  • First character must be a letter.
                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSnapshotIdentifier", "marshallLocationName" : "TargetSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                  The identifier given to the new manual snapshot.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                  • First character must be a letter.
                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                  \n@param targetSnapshotIdentifier The identifier given to the new manual snapshot.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                  • First character must be a letter.
                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                    The identifier given to the new manual snapshot.

                                                                                                                                                    Constraints:

                                                                                                                                                    • Cannot be null, empty, or blank.
                                                                                                                                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                    • First character must be a letter.
                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                    • Must be unique for the AWS account that is making the request.
                                                                                                                                                    \n@return The identifier given to the new manual snapshot.

                                                                                                                                                    Constraints:

                                                                                                                                                    • Cannot be null, empty, or blank.
                                                                                                                                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                    • First character must be a letter.
                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                    • Must be unique for the AWS account that is making the request.
                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                      The identifier given to the new manual snapshot.

                                                                                                                                                      Constraints:

                                                                                                                                                      • Cannot be null, empty, or blank.
                                                                                                                                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                      • First character must be a letter.
                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                      • Must be unique for the AWS account that is making the request.
                                                                                                                                                      \n@param targetSnapshotIdentifier The identifier given to the new manual snapshot.

                                                                                                                                                      Constraints:

                                                                                                                                                      • Cannot be null, empty, or blank.
                                                                                                                                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                      • First character must be a letter.
                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                      • Must be unique for the AWS account that is making the request.
                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                        The identifier given to the new manual snapshot.

                                                                                                                                                        Constraints:

                                                                                                                                                        • Cannot be null, empty, or blank.
                                                                                                                                                        • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                        • First character must be a letter.
                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                        • Must be unique for the AWS account that is making the request.
                                                                                                                                                        \n@param targetSnapshotIdentifier The identifier given to the new manual snapshot.

                                                                                                                                                        Constraints:

                                                                                                                                                        • Cannot be null, empty, or blank.
                                                                                                                                                        • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                        • First character must be a letter.
                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                        • Must be unique for the AWS account that is making the request.
                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "copyClusterSnapshotRequest", "variableType" : "CopyClusterSnapshotRequest", "variableDeclarationType" : "CopyClusterSnapshotRequest", "documentation" : null, "variableSetterType" : "CopyClusterSnapshotRequest", "simpleType" : "CopyClusterSnapshotRequest" }, "marshaller" : { "action" : "CopyClusterSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceSnapshotIdentifier" : { "documentation" : "

                                                                                                                                                          The identifier for the source snapshot.

                                                                                                                                                          Constraints:

                                                                                                                                                          • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                          ", "name" : "SourceSnapshotIdentifier", "c2jName" : "SourceSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                          The identifier for the source snapshot.

                                                                                                                                                          Constraints:

                                                                                                                                                          • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSnapshotIdentifier", "marshallLocationName" : "SourceSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                          The identifier for the source snapshot.

                                                                                                                                                          Constraints:

                                                                                                                                                          • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                          \n@param sourceSnapshotIdentifier The identifier for the source snapshot.

                                                                                                                                                          Constraints:

                                                                                                                                                          • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                            The identifier for the source snapshot.

                                                                                                                                                            Constraints:

                                                                                                                                                            • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                            \n@return The identifier for the source snapshot.

                                                                                                                                                            Constraints:

                                                                                                                                                            • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                              The identifier for the source snapshot.

                                                                                                                                                              Constraints:

                                                                                                                                                              • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                              \n@param sourceSnapshotIdentifier The identifier for the source snapshot.

                                                                                                                                                              Constraints:

                                                                                                                                                              • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                The identifier for the source snapshot.

                                                                                                                                                                Constraints:

                                                                                                                                                                • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                                \n@param sourceSnapshotIdentifier The identifier for the source snapshot.

                                                                                                                                                                Constraints:

                                                                                                                                                                • Must be the identifier for a valid automated snapshot whose state is available.
                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TargetSnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                  The identifier given to the new manual snapshot.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                                  ", "name" : "TargetSnapshotIdentifier", "c2jName" : "TargetSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "targetSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The identifier given to the new manual snapshot.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSnapshotIdentifier", "marshallLocationName" : "TargetSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The identifier given to the new manual snapshot.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                                  \n@param targetSnapshotIdentifier The identifier given to the new manual snapshot.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Cannot be null, empty, or blank.
                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                  • Must be unique for the AWS account that is making the request.
                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                    The identifier given to the new manual snapshot.

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Cannot be null, empty, or blank.
                                                                                                                                                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                    • First character must be a letter.
                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                    • Must be unique for the AWS account that is making the request.
                                                                                                                                                                    \n@return The identifier given to the new manual snapshot.

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Cannot be null, empty, or blank.
                                                                                                                                                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                    • First character must be a letter.
                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                    • Must be unique for the AWS account that is making the request.
                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                      The identifier given to the new manual snapshot.

                                                                                                                                                                      Constraints:

                                                                                                                                                                      • Cannot be null, empty, or blank.
                                                                                                                                                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                      • First character must be a letter.
                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                      • Must be unique for the AWS account that is making the request.
                                                                                                                                                                      \n@param targetSnapshotIdentifier The identifier given to the new manual snapshot.

                                                                                                                                                                      Constraints:

                                                                                                                                                                      • Cannot be null, empty, or blank.
                                                                                                                                                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                      • First character must be a letter.
                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                      • Must be unique for the AWS account that is making the request.
                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                        The identifier given to the new manual snapshot.

                                                                                                                                                                        Constraints:

                                                                                                                                                                        • Cannot be null, empty, or blank.
                                                                                                                                                                        • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                        • First character must be a letter.
                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                        • Must be unique for the AWS account that is making the request.
                                                                                                                                                                        \n@param targetSnapshotIdentifier The identifier given to the new manual snapshot.

                                                                                                                                                                        Constraints:

                                                                                                                                                                        • Cannot be null, empty, or blank.
                                                                                                                                                                        • Must contain from 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                        • First character must be a letter.
                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                        • Must be unique for the AWS account that is making the request.
                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceSnapshotClusterIdentifier" : { "documentation" : "

                                                                                                                                                                          The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                                                          ", "name" : "SourceSnapshotClusterIdentifier", "c2jName" : "SourceSnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceSnapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSnapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSnapshotClusterIdentifier", "marshallLocationName" : "SourceSnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                          The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                                                          \n@param sourceSnapshotClusterIdentifier The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be the identifier for a valid cluster.
                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                            The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must be the identifier for a valid cluster.
                                                                                                                                                                            \n@return The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must be the identifier for a valid cluster.
                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                              The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must be the identifier for a valid cluster.
                                                                                                                                                                              \n@param sourceSnapshotClusterIdentifier The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must be the identifier for a valid cluster.
                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must be the identifier for a valid cluster.
                                                                                                                                                                                \n@param sourceSnapshotClusterIdentifier The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must be the identifier for a valid cluster.
                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateClusterParameterGroupRequest" : { "c2jName" : "CreateClusterParameterGroupMessage", "documentation" : "

                                                                                                                                                                                  ", "shapeName" : "CreateClusterParameterGroupRequest", "deprecated" : false, "required" : [ "ParameterGroupName", "ParameterGroupFamily", "Description" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@param parameterGroupName The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@return The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@param parameterGroupName The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@param parameterGroupName The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@param parameterGroupFamily The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@return The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@param parameterGroupFamily The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@param parameterGroupFamily The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@param description A description of the parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@return A description of the parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createClusterParameterGroupRequest", "variableType" : "CreateClusterParameterGroupRequest", "variableDeclarationType" : "CreateClusterParameterGroupRequest", "documentation" : null, "variableSetterType" : "CreateClusterParameterGroupRequest", "simpleType" : "CreateClusterParameterGroupRequest" }, "marshaller" : { "action" : "CreateClusterParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@param description A description of the parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@return A description of the parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A description of the parameter group.

                                                                                                                                                                                  \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterGroupName" : { "documentation" : "

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@param parameterGroupName The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@return The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@param parameterGroupName The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@param parameterGroupName The name of the cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                  • Must be unique withing your AWS account.
                                                                                                                                                                                  This value is stored as a lower-case string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterGroupFamily" : { "documentation" : "

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@param parameterGroupFamily The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@return The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@param parameterGroupFamily The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".

                                                                                                                                                                                  \n@param parameterGroupFamily The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

                                                                                                                                                                                  To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DescribeClusterVersionsRequest" : { "c2jName" : "DescribeClusterVersionsMessage", "documentation" : "

                                                                                                                                                                                  ", "shapeName" : "DescribeClusterVersionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                  \n@param clusterVersion The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                  \n@return The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                  \n@param clusterVersion The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                  \n@param clusterVersion The specific cluster version to return.

                                                                                                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                  The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                  ", "name" : "ClusterParameterGroupFamily", "c2jName" : "ClusterParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupFamily", "marshallLocationName" : "ClusterParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                  \n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                    The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                    Constraints:

                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                    • First character must be a letter
                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                    \n@return The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                    Constraints:

                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                    • First character must be a letter
                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                      The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                      Constraints:

                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                      • First character must be a letter
                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                      \n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                      Constraints:

                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                      • First character must be a letter
                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                        The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                        Constraints:

                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                        • First character must be a letter
                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                        \n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                        Constraints:

                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                        • First character must be a letter
                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                          The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.

                                                                                                                                                                                          ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                          The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.

                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.

                                                                                                                                                                                          \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                          The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.

                                                                                                                                                                                          \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.

                                                                                                                                                                                          \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.

                                                                                                                                                                                          \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                          Default: 100

                                                                                                                                                                                          Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                          An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                          ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                          An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                          \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                          An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                          \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                          \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                          \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterVersionsRequest", "variableType" : "DescribeClusterVersionsRequest", "variableDeclarationType" : "DescribeClusterVersionsRequest", "documentation" : null, "variableSetterType" : "DescribeClusterVersionsRequest", "simpleType" : "DescribeClusterVersionsRequest" }, "marshaller" : { "action" : "DescribeClusterVersions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterVersion" : { "documentation" : "

                                                                                                                                                                                          The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0

                                                                                                                                                                                          ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                          The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0

                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0

                                                                                                                                                                                          \n@param clusterVersion The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0*/", "getterDocumentation" : "/**

                                                                                                                                                                                          The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0

                                                                                                                                                                                          \n@return The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0

                                                                                                                                                                                          \n@param clusterVersion The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0

                                                                                                                                                                                          \n@param clusterVersion The specific cluster version to return.

                                                                                                                                                                                          Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterParameterGroupFamily" : { "documentation" : "

                                                                                                                                                                                          The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                          Constraints:

                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                          ", "name" : "ClusterParameterGroupFamily", "c2jName" : "ClusterParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                          The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                          Constraints:

                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupFamily", "marshallLocationName" : "ClusterParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                          Constraints:

                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                          \n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                          Constraints:

                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                            The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                            Constraints:

                                                                                                                                                                                            • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                            • First character must be a letter
                                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                            \n@return The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                            Constraints:

                                                                                                                                                                                            • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                            • First character must be a letter
                                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                              The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                              Constraints:

                                                                                                                                                                                              • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                              • First character must be a letter
                                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                              \n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                              Constraints:

                                                                                                                                                                                              • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                              • First character must be a letter
                                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                • First character must be a letter
                                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                \n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.

                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                • First character must be a letter
                                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "Parameter" : { "c2jName" : "Parameter", "documentation" : "

                                                                                                                                                                                                  Describes a parameter in a cluster parameter group.

                                                                                                                                                                                                  ", "shapeName" : "Parameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  ", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@param parameterValue The value of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@return The value of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@param description A description of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@return A description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@param source The source of the parameter value, such as \"engine-default\" or \"user\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@return The source of the parameter value, such as \"engine-default\" or \"user\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@param source The source of the parameter value, such as \"engine-default\" or \"user\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@param source The source of the parameter value, such as \"engine-default\" or \"user\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@param dataType The data type of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@return The data type of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@param dataType The data type of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@param dataType The data type of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@param allowedValues The valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@return The valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  ", "name" : "ApplyType", "c2jName" : "ApplyType", "c2jShape" : "ParameterApplyType", "variable" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyType", "marshallLocationName" : "ApplyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ParameterApplyType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@param applyType Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@see ParameterApplyType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@return Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@see ParameterApplyType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@param applyType Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterApplyType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@param applyType Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterApplyType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@param isModifiable If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@return If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@param isModifiable If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@param isModifiable If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@return The earliest engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "parameter", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : null, "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsModifiable" : { "documentation" : "

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@param isModifiable If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@return If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@param isModifiable If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                  \n@param isModifiable If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ApplyType" : { "documentation" : "

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  ", "name" : "ApplyType", "c2jName" : "ApplyType", "c2jShape" : "ParameterApplyType", "variable" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyType", "marshallLocationName" : "ApplyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ParameterApplyType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@param applyType Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@see ParameterApplyType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@return Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@see ParameterApplyType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@param applyType Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterApplyType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  \n@param applyType Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterApplyType*/", "simple" : true, "list" : false, "map" : false }, "Description" : { "documentation" : "

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@param description A description of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@return A description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A description of the parameter.

                                                                                                                                                                                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AllowedValues" : { "documentation" : "

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@param allowedValues The valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@return The valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The valid range of values for the parameter.

                                                                                                                                                                                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterValue" : { "documentation" : "

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  ", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@param parameterValue The value of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@return The value of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The value of the parameter.

                                                                                                                                                                                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DataType" : { "documentation" : "

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@param dataType The data type of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@return The data type of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@param dataType The data type of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The data type of the parameter.

                                                                                                                                                                                                  \n@param dataType The data type of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MinimumEngineVersion" : { "documentation" : "

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@return The earliest engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterName" : { "documentation" : "

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Source" : { "documentation" : "

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@param source The source of the parameter value, such as \"engine-default\" or \"user\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@return The source of the parameter value, such as \"engine-default\" or \"user\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@param source The source of the parameter value, such as \"engine-default\" or \"user\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The source of the parameter value, such as \"engine-default\" or \"user\".

                                                                                                                                                                                                  \n@param source The source of the parameter value, such as \"engine-default\" or \"user\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "Event" : { "c2jName" : "Event", "documentation" : "

                                                                                                                                                                                                  Describes an event.

                                                                                                                                                                                                  ", "shapeName" : "Event", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@param sourceIdentifier The identifier for the source of the event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@return The identifier for the source of the event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@param sourceIdentifier The identifier for the source of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@param sourceIdentifier The identifier for the source of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@param sourceType The source type for this event.\n@see SourceType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@return The source type for this event.\n@see SourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@param sourceType The source type for this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@param sourceType The source type for this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@param message The text of this event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@return The text of this event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@param message The text of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@param message The text of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n@param eventCategories A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n@return A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n@param eventCategories A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param eventCategories A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@param severity The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@return The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@param severity The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@param severity The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  ", "name" : "Date", "c2jName" : "Date", "c2jShape" : "TStamp", "variable" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Date", "marshallLocationName" : "Date", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@param dateValue The date and time of the event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@return The date and time of the event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@param dateValue The date and time of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@param dateValue The date and time of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  ", "name" : "EventId", "c2jName" : "EventId", "c2jShape" : "String", "variable" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventId", "marshallLocationName" : "EventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@param eventId The identifier of the event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@return The identifier of the event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@param eventId The identifier of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@param eventId The identifier of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "event", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : null, "variableSetterType" : "Event", "simpleType" : "Event" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Message" : { "documentation" : "

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@param message The text of this event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@return The text of this event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@param message The text of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The text of this event.

                                                                                                                                                                                                  \n@param message The text of this event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceType" : { "documentation" : "

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@param sourceType The source type for this event.\n@see SourceType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@return The source type for this event.\n@see SourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@param sourceType The source type for this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type for this event.

                                                                                                                                                                                                  \n@param sourceType The source type for this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "simple" : true, "list" : false, "map" : false }, "SourceIdentifier" : { "documentation" : "

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@param sourceIdentifier The identifier for the source of the event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@return The identifier for the source of the event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@param sourceIdentifier The identifier for the source of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier for the source of the event.

                                                                                                                                                                                                  \n@param sourceIdentifier The identifier for the source of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EventCategories" : { "documentation" : "

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n@param eventCategories A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n@return A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n@param eventCategories A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param eventCategories A list of the event categories.

                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "EventId" : { "documentation" : "

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  ", "name" : "EventId", "c2jName" : "EventId", "c2jShape" : "String", "variable" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eventId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventId", "marshallLocationName" : "EventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@param eventId The identifier of the event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@return The identifier of the event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@param eventId The identifier of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the event.

                                                                                                                                                                                                  \n@param eventId The identifier of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Severity" : { "documentation" : "

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@param severity The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@return The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@param severity The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                  \n@param severity The severity of the event.

                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Date" : { "documentation" : "

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  ", "name" : "Date", "c2jName" : "Date", "c2jShape" : "TStamp", "variable" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Date", "marshallLocationName" : "Date", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@param dateValue The date and time of the event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@return The date and time of the event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@param dateValue The date and time of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The date and time of the event.

                                                                                                                                                                                                  \n@param dateValue The date and time of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "BucketNotFoundException" : { "c2jName" : "BucketNotFoundFault", "documentation" : "

                                                                                                                                                                                                  Could not find the specified S3 bucket.

                                                                                                                                                                                                  ", "shapeName" : "BucketNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "bucketNotFoundException", "variableType" : "BucketNotFoundException", "variableDeclarationType" : "BucketNotFoundException", "documentation" : null, "variableSetterType" : "BucketNotFoundException", "simpleType" : "BucketNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "BucketNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LimitExceededException" : { "c2jName" : "LimitExceededFault", "documentation" : "

                                                                                                                                                                                                  The encryption key has exceeded its grant limit in AWS KMS.

                                                                                                                                                                                                  ", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "variableSetterType" : "LimitExceededException", "simpleType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RevokeClusterSecurityGroupIngressRequest" : { "c2jName" : "RevokeClusterSecurityGroupIngressMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "RevokeClusterSecurityGroupIngressRequest", "deprecated" : false, "required" : [ "ClusterSecurityGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security Group from which to revoke the ingress rule.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@return The name of the security Group from which to revoke the ingress rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security Group from which to revoke the ingress rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security Group from which to revoke the ingress rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@param cIDRIP The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@return The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@param cIDRIP The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@param cIDRIP The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@return The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@return The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "revokeClusterSecurityGroupIngressRequest", "variableType" : "RevokeClusterSecurityGroupIngressRequest", "variableDeclarationType" : "RevokeClusterSecurityGroupIngressRequest", "documentation" : null, "variableSetterType" : "RevokeClusterSecurityGroupIngressRequest", "simpleType" : "RevokeClusterSecurityGroupIngressRequest" }, "marshaller" : { "action" : "RevokeClusterSecurityGroupIngress", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CIDRIP" : { "documentation" : "

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@param cIDRIP The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@return The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@param cIDRIP The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

                                                                                                                                                                                                  \n@param cIDRIP The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EC2SecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@return The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EC2SecurityGroupOwnerId" : { "documentation" : "

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@return The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security Group from which to revoke the ingress rule.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@return The name of the security Group from which to revoke the ingress rule.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security Group from which to revoke the ingress rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the security Group from which to revoke the ingress rule.

                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security Group from which to revoke the ingress rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidTableRestoreArgumentException" : { "c2jName" : "InvalidTableRestoreArgumentFault", "documentation" : "

                                                                                                                                                                                                  The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName parameter, or a combination of these, doesn't exist in the snapshot.

                                                                                                                                                                                                  ", "shapeName" : "InvalidTableRestoreArgumentException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTableRestoreArgumentException", "variableType" : "InvalidTableRestoreArgumentException", "variableDeclarationType" : "InvalidTableRestoreArgumentException", "documentation" : null, "variableSetterType" : "InvalidTableRestoreArgumentException", "simpleType" : "InvalidTableRestoreArgumentException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTableRestoreArgument", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDefaultClusterParametersRequest" : { "c2jName" : "DescribeDefaultClusterParametersMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "DescribeDefaultClusterParametersRequest", "deprecated" : false, "required" : [ "ParameterGroupFamily" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@return The name of the cluster parameter group family.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeDefaultClusterParametersRequest", "variableType" : "DescribeDefaultClusterParametersRequest", "variableDeclarationType" : "DescribeDefaultClusterParametersRequest", "documentation" : null, "variableSetterType" : "DescribeDefaultClusterParametersRequest", "simpleType" : "DescribeDefaultClusterParametersRequest" }, "marshaller" : { "action" : "DescribeDefaultClusterParameters", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterGroupFamily" : { "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@return The name of the cluster parameter group family.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SnapshotCopyGrantAlreadyExistsException" : { "c2jName" : "SnapshotCopyGrantAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                  The snapshot copy grant can't be created because a grant with the same name already exists.

                                                                                                                                                                                                  ", "shapeName" : "SnapshotCopyGrantAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotCopyGrantAlreadyExistsException", "variableType" : "SnapshotCopyGrantAlreadyExistsException", "variableDeclarationType" : "SnapshotCopyGrantAlreadyExistsException", "documentation" : null, "variableSetterType" : "SnapshotCopyGrantAlreadyExistsException", "simpleType" : "SnapshotCopyGrantAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotCopyGrantAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotCopyGrantQuotaExceededException" : { "c2jName" : "SnapshotCopyGrantQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                  The AWS account has exceeded the maximum number of snapshot copy grants in this region.

                                                                                                                                                                                                  ", "shapeName" : "SnapshotCopyGrantQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotCopyGrantQuotaExceededException", "variableType" : "SnapshotCopyGrantQuotaExceededException", "variableDeclarationType" : "SnapshotCopyGrantQuotaExceededException", "documentation" : null, "variableSetterType" : "SnapshotCopyGrantQuotaExceededException", "simpleType" : "SnapshotCopyGrantQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotCopyGrantQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UnknownSnapshotCopyRegionException" : { "c2jName" : "UnknownSnapshotCopyRegionFault", "documentation" : "

                                                                                                                                                                                                  The specified region is incorrect or does not exist.

                                                                                                                                                                                                  ", "shapeName" : "UnknownSnapshotCopyRegionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unknownSnapshotCopyRegionException", "variableType" : "UnknownSnapshotCopyRegionException", "variableDeclarationType" : "UnknownSnapshotCopyRegionException", "documentation" : null, "variableSetterType" : "UnknownSnapshotCopyRegionException", "simpleType" : "UnknownSnapshotCopyRegionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnknownSnapshotCopyRegionFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SourceType" : { "c2jName" : "SourceType", "documentation" : "", "shapeName" : "SourceType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Cluster", "value" : "cluster" }, { "name" : "ClusterParameterGroup", "value" : "cluster-parameter-group" }, { "name" : "ClusterSecurityGroup", "value" : "cluster-security-group" }, { "name" : "ClusterSnapshot", "value" : "cluster-snapshot" } ], "variable" : { "variableName" : "sourceType", "variableType" : "SourceType", "variableDeclarationType" : "SourceType", "documentation" : null, "variableSetterType" : "SourceType", "simpleType" : "SourceType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TableRestoreNotFoundException" : { "c2jName" : "TableRestoreNotFoundFault", "documentation" : "

                                                                                                                                                                                                  The specified TableRestoreRequestId value was not found.

                                                                                                                                                                                                  ", "shapeName" : "TableRestoreNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tableRestoreNotFoundException", "variableType" : "TableRestoreNotFoundException", "variableDeclarationType" : "TableRestoreNotFoundException", "documentation" : null, "variableSetterType" : "TableRestoreNotFoundException", "simpleType" : "TableRestoreNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TableRestoreNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PurchaseReservedNodeOfferingRequest" : { "c2jName" : "PurchaseReservedNodeOfferingMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "PurchaseReservedNodeOfferingRequest", "deprecated" : false, "required" : [ "ReservedNodeOfferingId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier of the reserved node offering you want to purchase.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@return The unique identifier of the reserved node offering you want to purchase.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier of the reserved node offering you want to purchase.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier of the reserved node offering you want to purchase.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  ", "name" : "NodeCount", "c2jName" : "NodeCount", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeCount", "marshallLocationName" : "NodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@param nodeCount The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@return The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@param nodeCount The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@param nodeCount The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "purchaseReservedNodeOfferingRequest", "variableType" : "PurchaseReservedNodeOfferingRequest", "variableDeclarationType" : "PurchaseReservedNodeOfferingRequest", "documentation" : null, "variableSetterType" : "PurchaseReservedNodeOfferingRequest", "simpleType" : "PurchaseReservedNodeOfferingRequest" }, "marshaller" : { "action" : "PurchaseReservedNodeOffering", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NodeCount" : { "documentation" : "

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  ", "name" : "NodeCount", "c2jName" : "NodeCount", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeCount", "marshallLocationName" : "NodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@param nodeCount The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@return The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@param nodeCount The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  \n@param nodeCount The number of reserved nodes that you want to purchase.

                                                                                                                                                                                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ReservedNodeOfferingId" : { "documentation" : "

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier of the reserved node offering you want to purchase.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@return The unique identifier of the reserved node offering you want to purchase.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier of the reserved node offering you want to purchase.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique identifier of the reserved node offering you want to purchase.

                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier of the reserved node offering you want to purchase.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "IPRange" : { "c2jName" : "IPRange", "documentation" : "

                                                                                                                                                                                                  Describes an IP range used in a security group.

                                                                                                                                                                                                  ", "shapeName" : "IPRange", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@param status The status of the IP range, for example, \"authorized\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@return The status of the IP range, for example, \"authorized\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@param status The status of the IP range, for example, \"authorized\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@param status The status of the IP range, for example, \"authorized\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@param cIDRIP The IP range in Classless Inter-Domain Routing (CIDR) notation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@return The IP range in Classless Inter-Domain Routing (CIDR) notation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@param cIDRIP The IP range in Classless Inter-Domain Routing (CIDR) notation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@param cIDRIP The IP range in Classless Inter-Domain Routing (CIDR) notation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n@param tags The list of tags for the IP range.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n@return The list of tags for the IP range.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n@param tags The list of tags for the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags The list of tags for the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "iPRange", "variableType" : "IPRange", "variableDeclarationType" : "IPRange", "documentation" : null, "variableSetterType" : "IPRange", "simpleType" : "IPRange" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@param status The status of the IP range, for example, \"authorized\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@return The status of the IP range, for example, \"authorized\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@param status The status of the IP range, for example, \"authorized\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the IP range, for example, \"authorized\".

                                                                                                                                                                                                  \n@param status The status of the IP range, for example, \"authorized\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "CIDRIP" : { "documentation" : "

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@param cIDRIP The IP range in Classless Inter-Domain Routing (CIDR) notation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@return The IP range in Classless Inter-Domain Routing (CIDR) notation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@param cIDRIP The IP range in Classless Inter-Domain Routing (CIDR) notation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP range in Classless Inter-Domain Routing (CIDR) notation.

                                                                                                                                                                                                  \n@param cIDRIP The IP range in Classless Inter-Domain Routing (CIDR) notation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n@param tags The list of tags for the IP range.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n@return The list of tags for the IP range.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n@param tags The list of tags for the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the IP range.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags The list of tags for the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "EventCategoriesMap" : { "c2jName" : "EventCategoriesMap", "documentation" : "

                                                                                                                                                                                                  Describes event categories.

                                                                                                                                                                                                  ", "shapeName" : "EventCategoriesMap", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or cluster-snapshot, that the returned categories belong to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@return The source type, such as cluster or cluster-snapshot, that the returned categories belong to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or cluster-snapshot, that the returned categories belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or cluster-snapshot, that the returned categories belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventInfoMapList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventInfoMap", "memberLocationName" : "EventInfoMap", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventInfoMap", "variable" : { "variableName" : "member", "variableType" : "EventInfoMap", "variableDeclarationType" : "EventInfoMap", "documentation" : "", "variableSetterType" : "EventInfoMap", "simpleType" : "EventInfoMap" }, "setterModel" : { "variableName" : "member", "variableType" : "EventInfoMap", "variableDeclarationType" : "EventInfoMap", "documentation" : "", "variableSetterType" : "EventInfoMap", "simpleType" : "EventInfoMap" }, "getterModel" : { "returnType" : "EventInfoMap", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventInfoMap", "marshallLocationName" : "EventInfoMap", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EventInfoMap", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n@param events The events in the event category.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n@return The events in the event category.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n@param events The events in the event category.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param events The events in the event category.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "eventCategoriesMap", "variableType" : "EventCategoriesMap", "variableDeclarationType" : "EventCategoriesMap", "documentation" : null, "variableSetterType" : "EventCategoriesMap", "simpleType" : "EventCategoriesMap" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Events" : { "documentation" : "

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventInfoMapList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventInfoMap", "memberLocationName" : "EventInfoMap", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventInfoMap", "variable" : { "variableName" : "member", "variableType" : "EventInfoMap", "variableDeclarationType" : "EventInfoMap", "documentation" : "", "variableSetterType" : "EventInfoMap", "simpleType" : "EventInfoMap" }, "setterModel" : { "variableName" : "member", "variableType" : "EventInfoMap", "variableDeclarationType" : "EventInfoMap", "documentation" : "", "variableSetterType" : "EventInfoMap", "simpleType" : "EventInfoMap" }, "getterModel" : { "returnType" : "EventInfoMap", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventInfoMap", "marshallLocationName" : "EventInfoMap", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EventInfoMap", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n@param events The events in the event category.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n@return The events in the event category.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n@param events The events in the event category.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The events in the event category.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param events The events in the event category.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "SourceType" : { "documentation" : "

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or cluster-snapshot, that the returned categories belong to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@return The source type, such as cluster or cluster-snapshot, that the returned categories belong to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or cluster-snapshot, that the returned categories belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or cluster-snapshot, that the returned categories belong to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterNotFoundException" : { "c2jName" : "ClusterNotFoundFault", "documentation" : "

                                                                                                                                                                                                  The ClusterIdentifier parameter does not refer to an existing cluster.

                                                                                                                                                                                                  ", "shapeName" : "ClusterNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterNotFoundException", "variableType" : "ClusterNotFoundException", "variableDeclarationType" : "ClusterNotFoundException", "documentation" : null, "variableSetterType" : "ClusterNotFoundException", "simpleType" : "ClusterNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteClusterParameterGroupResult" : { "c2jName" : "DeleteClusterParameterGroupResult", "documentation" : null, "shapeName" : "DeleteClusterParameterGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteClusterParameterGroupResult", "variableType" : "DeleteClusterParameterGroupResult", "variableDeclarationType" : "DeleteClusterParameterGroupResult", "documentation" : null, "variableSetterType" : "DeleteClusterParameterGroupResult", "simpleType" : "DeleteClusterParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TableRestoreStatusType" : { "c2jName" : "TableRestoreStatusType", "documentation" : "", "shapeName" : "TableRestoreStatusType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "CANCELED", "value" : "CANCELED" } ], "variable" : { "variableName" : "tableRestoreStatusType", "variableType" : "TableRestoreStatusType", "variableDeclarationType" : "TableRestoreStatusType", "documentation" : null, "variableSetterType" : "TableRestoreStatusType", "simpleType" : "TableRestoreStatusType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HsmStatus" : { "c2jName" : "HsmStatus", "documentation" : "

                                                                                                                                                                                                  Describes the status of changes to HSM settings.

                                                                                                                                                                                                  ", "shapeName" : "HsmStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@param status Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@return Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@param status Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@param status Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "hsmStatus", "variableType" : "HsmStatus", "variableDeclarationType" : "HsmStatus", "documentation" : null, "variableSetterType" : "HsmStatus", "simpleType" : "HsmStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Status" : { "documentation" : "

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@param status Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@return Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@param status Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                  \n@param status Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundFault", "documentation" : "

                                                                                                                                                                                                  The resource could not be found.

                                                                                                                                                                                                  ", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "variableSetterType" : "ResourceNotFoundException", "simpleType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterQuotaExceededException" : { "c2jName" : "ClusterQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                  The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  ", "shapeName" : "ClusterQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterQuotaExceededException", "variableType" : "ClusterQuotaExceededException", "variableDeclarationType" : "ClusterQuotaExceededException", "documentation" : null, "variableSetterType" : "ClusterQuotaExceededException", "simpleType" : "ClusterQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HsmConfigurationQuotaExceededException" : { "c2jName" : "HsmConfigurationQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                  The quota for HSM configurations has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                  ", "shapeName" : "HsmConfigurationQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "hsmConfigurationQuotaExceededException", "variableType" : "HsmConfigurationQuotaExceededException", "variableDeclarationType" : "HsmConfigurationQuotaExceededException", "documentation" : null, "variableSetterType" : "HsmConfigurationQuotaExceededException", "simpleType" : "HsmConfigurationQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HsmConfigurationQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UnsupportedOperationException" : { "c2jName" : "UnsupportedOperationFault", "documentation" : "

                                                                                                                                                                                                  The requested operation isn't supported.

                                                                                                                                                                                                  ", "shapeName" : "UnsupportedOperationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unsupportedOperationException", "variableType" : "UnsupportedOperationException", "variableDeclarationType" : "UnsupportedOperationException", "documentation" : null, "variableSetterType" : "UnsupportedOperationException", "simpleType" : "UnsupportedOperationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnsupportedOperation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterParameterGroup" : { "c2jName" : "ClusterParameterGroup", "documentation" : "

                                                                                                                                                                                                  Describes a parameter group.

                                                                                                                                                                                                  ", "shapeName" : "ClusterParameterGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family that this cluster parameter group is compatible with.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@return The name of the cluster parameter group family that this cluster parameter group is compatible with.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family that this cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family that this cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@param description The description of the parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@return The description of the parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@param description The description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@param description The description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n@param tags The list of tags for the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n@return The list of tags for the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n@param tags The list of tags for the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags The list of tags for the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterParameterGroup", "variableType" : "ClusterParameterGroup", "variableDeclarationType" : "ClusterParameterGroup", "documentation" : null, "variableSetterType" : "ClusterParameterGroup", "simpleType" : "ClusterParameterGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@param description The description of the parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@return The description of the parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@param description The description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The description of the parameter group.

                                                                                                                                                                                                  \n@param description The description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterGroupFamily" : { "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family that this cluster parameter group is compatible with.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@return The name of the cluster parameter group family that this cluster parameter group is compatible with.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family that this cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the cluster parameter group family that this cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family that this cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n@param tags The list of tags for the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n@return The list of tags for the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n@param tags The list of tags for the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags for the cluster parameter group.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags The list of tags for the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "CreateClusterSubnetGroupRequest" : { "c2jName" : "CreateClusterSubnetGroupMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "CreateClusterSubnetGroupRequest", "deprecated" : false, "required" : [ "ClusterSubnetGroupName", "Description", "SubnetIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@return The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@param description A description for the subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@return A description for the subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@param description A description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@param description A description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n@return An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createClusterSubnetGroupRequest", "variableType" : "CreateClusterSubnetGroupRequest", "variableDeclarationType" : "CreateClusterSubnetGroupRequest", "documentation" : null, "variableSetterType" : "CreateClusterSubnetGroupRequest", "simpleType" : "CreateClusterSubnetGroupRequest" }, "marshaller" : { "action" : "CreateClusterSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@param description A description for the subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@return A description for the subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@param description A description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A description for the subnet group.

                                                                                                                                                                                                  \n@param description A description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@return The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup

                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                  • Must be unique for all subnet groups that are created by your AWS account.

                                                                                                                                                                                                  Example: examplesubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SubnetIds" : { "documentation" : "

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n@return An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DeleteClusterSecurityGroupResult" : { "c2jName" : "DeleteClusterSecurityGroupResult", "documentation" : null, "shapeName" : "DeleteClusterSecurityGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteClusterSecurityGroupResult", "variableType" : "DeleteClusterSecurityGroupResult", "variableDeclarationType" : "DeleteClusterSecurityGroupResult", "documentation" : null, "variableSetterType" : "DeleteClusterSecurityGroupResult", "simpleType" : "DeleteClusterSecurityGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotCopyGrantNotFoundException" : { "c2jName" : "SnapshotCopyGrantNotFoundFault", "documentation" : "

                                                                                                                                                                                                  The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.

                                                                                                                                                                                                  ", "shapeName" : "SnapshotCopyGrantNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotCopyGrantNotFoundException", "variableType" : "SnapshotCopyGrantNotFoundException", "variableDeclarationType" : "SnapshotCopyGrantNotFoundException", "documentation" : null, "variableSetterType" : "SnapshotCopyGrantNotFoundException", "simpleType" : "SnapshotCopyGrantNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotCopyGrantNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HsmClientCertificateNotFoundException" : { "c2jName" : "HsmClientCertificateNotFoundFault", "documentation" : "

                                                                                                                                                                                                  There is no Amazon Redshift HSM client certificate with the specified identifier.

                                                                                                                                                                                                  ", "shapeName" : "HsmClientCertificateNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "hsmClientCertificateNotFoundException", "variableType" : "HsmClientCertificateNotFoundException", "variableDeclarationType" : "HsmClientCertificateNotFoundException", "documentation" : null, "variableSetterType" : "HsmClientCertificateNotFoundException", "simpleType" : "HsmClientCertificateNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HsmClientCertificateNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotCopyAlreadyEnabledException" : { "c2jName" : "SnapshotCopyAlreadyEnabledFault", "documentation" : "

                                                                                                                                                                                                  The cluster already has cross-region snapshot copy enabled.

                                                                                                                                                                                                  ", "shapeName" : "SnapshotCopyAlreadyEnabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotCopyAlreadyEnabledException", "variableType" : "SnapshotCopyAlreadyEnabledException", "variableDeclarationType" : "SnapshotCopyAlreadyEnabledException", "documentation" : null, "variableSetterType" : "SnapshotCopyAlreadyEnabledException", "simpleType" : "SnapshotCopyAlreadyEnabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotCopyAlreadyEnabledFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HsmConfigurationAlreadyExistsException" : { "c2jName" : "HsmConfigurationAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                  There is already an existing Amazon Redshift HSM configuration with the specified identifier.

                                                                                                                                                                                                  ", "shapeName" : "HsmConfigurationAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "hsmConfigurationAlreadyExistsException", "variableType" : "HsmConfigurationAlreadyExistsException", "variableDeclarationType" : "HsmConfigurationAlreadyExistsException", "documentation" : null, "variableSetterType" : "HsmConfigurationAlreadyExistsException", "simpleType" : "HsmConfigurationAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HsmConfigurationAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeClusterVersionsResult" : { "c2jName" : "ClusterVersionsMessage", "documentation" : "

                                                                                                                                                                                                  Contains the output from the DescribeClusterVersions action.

                                                                                                                                                                                                  ", "shapeName" : "DescribeClusterVersionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  ", "name" : "ClusterVersions", "c2jName" : "ClusterVersions", "c2jShape" : "ClusterVersionList", "variable" : { "variableName" : "clusterVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersions", "marshallLocationName" : "ClusterVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterVersion", "memberLocationName" : "ClusterVersion", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterVersion", "variable" : { "variableName" : "member", "variableType" : "ClusterVersion", "variableDeclarationType" : "ClusterVersion", "documentation" : "", "variableSetterType" : "ClusterVersion", "simpleType" : "ClusterVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterVersion", "variableDeclarationType" : "ClusterVersion", "documentation" : "", "variableSetterType" : "ClusterVersion", "simpleType" : "ClusterVersion" }, "getterModel" : { "returnType" : "ClusterVersion", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterVersion", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n@param clusterVersions A list of Version elements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n@return A list of Version elements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n@param clusterVersions A list of Version elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterVersions(java.util.Collection)} or {@link #withClusterVersions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param clusterVersions A list of Version elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterVersionsResult", "variableType" : "DescribeClusterVersionsResult", "variableDeclarationType" : "DescribeClusterVersionsResult", "documentation" : null, "variableSetterType" : "DescribeClusterVersionsResult", "simpleType" : "DescribeClusterVersionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeClusterVersionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterVersions" : { "documentation" : "

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  ", "name" : "ClusterVersions", "c2jName" : "ClusterVersions", "c2jShape" : "ClusterVersionList", "variable" : { "variableName" : "clusterVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersions", "marshallLocationName" : "ClusterVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterVersion", "memberLocationName" : "ClusterVersion", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterVersion", "variable" : { "variableName" : "member", "variableType" : "ClusterVersion", "variableDeclarationType" : "ClusterVersion", "documentation" : "", "variableSetterType" : "ClusterVersion", "simpleType" : "ClusterVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterVersion", "variableDeclarationType" : "ClusterVersion", "documentation" : "", "variableSetterType" : "ClusterVersion", "simpleType" : "ClusterVersion" }, "getterModel" : { "returnType" : "ClusterVersion", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterVersion", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n@param clusterVersions A list of Version elements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n@return A list of Version elements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n@param clusterVersions A list of Version elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of Version elements.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterVersions(java.util.Collection)} or {@link #withClusterVersions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param clusterVersions A list of Version elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "ClusterSnapshotCopyStatus" : { "c2jName" : "ClusterSnapshotCopyStatus", "documentation" : "

                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                  ", "shapeName" : "ClusterSnapshotCopyStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  ", "name" : "DestinationRegion", "c2jName" : "DestinationRegion", "c2jShape" : "String", "variable" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DestinationRegion", "marshallLocationName" : "DestinationRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@param destinationRegion The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@return The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@param destinationRegion The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@param destinationRegion The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  ", "name" : "RetentionPeriod", "c2jName" : "RetentionPeriod", "c2jShape" : "Long", "variable" : { "variableName" : "retentionPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "retentionPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetentionPeriod", "marshallLocationName" : "RetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@param retentionPeriod The number of days that automated snapshots are retained in the destination region after they are copied from a source region.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@return The number of days that automated snapshots are retained in the destination region after they are copied from a source region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@param retentionPeriod The number of days that automated snapshots are retained in the destination region after they are copied from a source region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@param retentionPeriod The number of days that automated snapshots are retained in the destination region after they are copied from a source region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@return The name of the snapshot copy grant.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterSnapshotCopyStatus", "variableType" : "ClusterSnapshotCopyStatus", "variableDeclarationType" : "ClusterSnapshotCopyStatus", "documentation" : null, "variableSetterType" : "ClusterSnapshotCopyStatus", "simpleType" : "ClusterSnapshotCopyStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotCopyGrantName" : { "documentation" : "

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@return The name of the snapshot copy grant.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DestinationRegion" : { "documentation" : "

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  ", "name" : "DestinationRegion", "c2jName" : "DestinationRegion", "c2jShape" : "String", "variable" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DestinationRegion", "marshallLocationName" : "DestinationRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@param destinationRegion The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@return The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@param destinationRegion The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

                                                                                                                                                                                                  \n@param destinationRegion The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  ", "name" : "RetentionPeriod", "c2jName" : "RetentionPeriod", "c2jShape" : "Long", "variable" : { "variableName" : "retentionPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "retentionPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetentionPeriod", "marshallLocationName" : "RetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@param retentionPeriod The number of days that automated snapshots are retained in the destination region after they are copied from a source region.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@return The number of days that automated snapshots are retained in the destination region after they are copied from a source region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@param retentionPeriod The number of days that automated snapshots are retained in the destination region after they are copied from a source region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

                                                                                                                                                                                                  \n@param retentionPeriod The number of days that automated snapshots are retained in the destination region after they are copied from a source region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeOrderableClusterOptionsRequest" : { "c2jName" : "DescribeOrderableClusterOptionsMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "DescribeOrderableClusterOptionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@param clusterVersion The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@return The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@param clusterVersion The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@param clusterVersion The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@param nodeType The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@return The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@param nodeType The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@param nodeType The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeOrderableClusterOptionsRequest", "variableType" : "DescribeOrderableClusterOptionsRequest", "variableDeclarationType" : "DescribeOrderableClusterOptionsRequest", "documentation" : null, "variableSetterType" : "DescribeOrderableClusterOptionsRequest", "simpleType" : "DescribeOrderableClusterOptionsRequest" }, "marshaller" : { "action" : "DescribeOrderableClusterOptions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterVersion" : { "documentation" : "

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@param clusterVersion The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@return The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@param clusterVersion The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.

                                                                                                                                                                                                  \n@param clusterVersion The version filter value. Specify this parameter to show only the available offerings matching the specified version.

                                                                                                                                                                                                  Default: All versions.

                                                                                                                                                                                                  Constraints: Must be one of the version returned from DescribeClusterVersions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@param nodeType The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@return The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@param nodeType The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.

                                                                                                                                                                                                  \n@param nodeType The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateHsmConfigurationRequest" : { "c2jName" : "CreateHsmConfigurationMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "CreateHsmConfigurationRequest", "deprecated" : false, "required" : [ "HsmConfigurationIdentifier", "Description", "HsmIpAddress", "HsmPartitionName", "HsmPartitionPassword", "HsmServerPublicCertificate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier to be assigned to the new Amazon Redshift HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@return The identifier to be assigned to the new Amazon Redshift HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier to be assigned to the new Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier to be assigned to the new Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@param description A text description of the HSM configuration to be created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@return A text description of the HSM configuration to be created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@param description A text description of the HSM configuration to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@param description A text description of the HSM configuration to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  ", "name" : "HsmIpAddress", "c2jName" : "HsmIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmIpAddress", "marshallLocationName" : "HsmIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@return The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  ", "name" : "HsmPartitionName", "c2jName" : "HsmPartitionName", "c2jShape" : "String", "variable" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmPartitionName", "marshallLocationName" : "HsmPartitionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@return The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  ", "name" : "HsmPartitionPassword", "c2jName" : "HsmPartitionPassword", "c2jShape" : "String", "variable" : { "variableName" : "hsmPartitionPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmPartitionPassword", "marshallLocationName" : "HsmPartitionPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@param hsmPartitionPassword The password required to access the HSM partition.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@return The password required to access the HSM partition.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@param hsmPartitionPassword The password required to access the HSM partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@param hsmPartitionPassword The password required to access the HSM partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  ", "name" : "HsmServerPublicCertificate", "c2jName" : "HsmServerPublicCertificate", "c2jShape" : "String", "variable" : { "variableName" : "hsmServerPublicCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmServerPublicCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmServerPublicCertificate", "marshallLocationName" : "HsmServerPublicCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@param hsmServerPublicCertificate The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@return The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@param hsmServerPublicCertificate The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@param hsmServerPublicCertificate The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createHsmConfigurationRequest", "variableType" : "CreateHsmConfigurationRequest", "variableDeclarationType" : "CreateHsmConfigurationRequest", "documentation" : null, "variableSetterType" : "CreateHsmConfigurationRequest", "simpleType" : "CreateHsmConfigurationRequest" }, "marshaller" : { "action" : "CreateHsmConfiguration", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@param description A text description of the HSM configuration to be created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@return A text description of the HSM configuration to be created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@param description A text description of the HSM configuration to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A text description of the HSM configuration to be created.

                                                                                                                                                                                                  \n@param description A text description of the HSM configuration to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier to be assigned to the new Amazon Redshift HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@return The identifier to be assigned to the new Amazon Redshift HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier to be assigned to the new Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier to be assigned to the new Amazon Redshift HSM configuration.

                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier to be assigned to the new Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmIpAddress" : { "documentation" : "

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  ", "name" : "HsmIpAddress", "c2jName" : "HsmIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmIpAddress", "marshallLocationName" : "HsmIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@return The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmPartitionName" : { "documentation" : "

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  ", "name" : "HsmPartitionName", "c2jName" : "HsmPartitionName", "c2jShape" : "String", "variable" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmPartitionName", "marshallLocationName" : "HsmPartitionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@return The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmServerPublicCertificate" : { "documentation" : "

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  ", "name" : "HsmServerPublicCertificate", "c2jName" : "HsmServerPublicCertificate", "c2jShape" : "String", "variable" : { "variableName" : "hsmServerPublicCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmServerPublicCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmServerPublicCertificate", "marshallLocationName" : "HsmServerPublicCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@param hsmServerPublicCertificate The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@return The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@param hsmServerPublicCertificate The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

                                                                                                                                                                                                  \n@param hsmServerPublicCertificate The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmPartitionPassword" : { "documentation" : "

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  ", "name" : "HsmPartitionPassword", "c2jName" : "HsmPartitionPassword", "c2jShape" : "String", "variable" : { "variableName" : "hsmPartitionPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmPartitionPassword", "marshallLocationName" : "HsmPartitionPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@param hsmPartitionPassword The password required to access the HSM partition.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@return The password required to access the HSM partition.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@param hsmPartitionPassword The password required to access the HSM partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The password required to access the HSM partition.

                                                                                                                                                                                                  \n@param hsmPartitionPassword The password required to access the HSM partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "SubscriptionNotFoundException" : { "c2jName" : "SubscriptionNotFoundFault", "documentation" : "

                                                                                                                                                                                                  An Amazon Redshift event notification subscription with the specified name does not exist.

                                                                                                                                                                                                  ", "shapeName" : "SubscriptionNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionNotFoundException", "variableType" : "SubscriptionNotFoundException", "variableDeclarationType" : "SubscriptionNotFoundException", "documentation" : null, "variableSetterType" : "SubscriptionNotFoundException", "simpleType" : "SubscriptionNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EnableLoggingRequest" : { "c2jName" : "EnableLoggingMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "EnableLoggingRequest", "deprecated" : false, "required" : [ "ClusterIdentifier", "BucketName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                  \n@return The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                  The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                  \n@param bucketName The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                    The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                    • Must be in the same region as the cluster
                                                                                                                                                                                                    • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                    \n@return The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                    • Must be in the same region as the cluster
                                                                                                                                                                                                    • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                      The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                      • Must be in the same region as the cluster
                                                                                                                                                                                                      • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                      \n@param bucketName The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                      • Must be in the same region as the cluster
                                                                                                                                                                                                      • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                        The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                        • Must be in the same region as the cluster
                                                                                                                                                                                                        • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                        \n@param bucketName The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                        • Must be in the same region as the cluster
                                                                                                                                                                                                        • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                          The prefix applied to the log file names.

                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                            • x22
                                                                                                                                                                                                            • x27
                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                          ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                          The prefix applied to the log file names.

                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                            • x22
                                                                                                                                                                                                            • x27
                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          The prefix applied to the log file names.

                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                            • x22
                                                                                                                                                                                                            • x27
                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                          \n@param s3KeyPrefix The prefix applied to the log file names.

                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                            • x22
                                                                                                                                                                                                            • x27
                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                            The prefix applied to the log file names.

                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                            • Cannot exceed 512 characters
                                                                                                                                                                                                            • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                              • x00 to x20
                                                                                                                                                                                                              • x22
                                                                                                                                                                                                              • x27
                                                                                                                                                                                                              • x5c
                                                                                                                                                                                                              • x7f or larger
                                                                                                                                                                                                            \n@return The prefix applied to the log file names.

                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                            • Cannot exceed 512 characters
                                                                                                                                                                                                            • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                              • x00 to x20
                                                                                                                                                                                                              • x22
                                                                                                                                                                                                              • x27
                                                                                                                                                                                                              • x5c
                                                                                                                                                                                                              • x7f or larger
                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                              The prefix applied to the log file names.

                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                              • Cannot exceed 512 characters
                                                                                                                                                                                                              • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                • x00 to x20
                                                                                                                                                                                                                • x22
                                                                                                                                                                                                                • x27
                                                                                                                                                                                                                • x5c
                                                                                                                                                                                                                • x7f or larger
                                                                                                                                                                                                              \n@param s3KeyPrefix The prefix applied to the log file names.

                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                              • Cannot exceed 512 characters
                                                                                                                                                                                                              • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                • x00 to x20
                                                                                                                                                                                                                • x22
                                                                                                                                                                                                                • x27
                                                                                                                                                                                                                • x5c
                                                                                                                                                                                                                • x7f or larger
                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                The prefix applied to the log file names.

                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                • Cannot exceed 512 characters
                                                                                                                                                                                                                • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                  • x00 to x20
                                                                                                                                                                                                                  • x22
                                                                                                                                                                                                                  • x27
                                                                                                                                                                                                                  • x5c
                                                                                                                                                                                                                  • x7f or larger
                                                                                                                                                                                                                \n@param s3KeyPrefix The prefix applied to the log file names.

                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                • Cannot exceed 512 characters
                                                                                                                                                                                                                • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                  • x00 to x20
                                                                                                                                                                                                                  • x22
                                                                                                                                                                                                                  • x27
                                                                                                                                                                                                                  • x5c
                                                                                                                                                                                                                  • x7f or larger
                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "enableLoggingRequest", "variableType" : "EnableLoggingRequest", "variableDeclarationType" : "EnableLoggingRequest", "documentation" : null, "variableSetterType" : "EnableLoggingRequest", "simpleType" : "EnableLoggingRequest" }, "marshaller" : { "action" : "EnableLogging", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "BucketName" : { "documentation" : "

                                                                                                                                                                                                                  The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                  \n@param bucketName The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                  • Must be in the same region as the cluster
                                                                                                                                                                                                                  • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                    The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                    • Must be in the same region as the cluster
                                                                                                                                                                                                                    • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                    \n@return The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                    • Must be in the same region as the cluster
                                                                                                                                                                                                                    • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                      The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                      • Must be in the same region as the cluster
                                                                                                                                                                                                                      • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                      \n@param bucketName The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                      • Must be in the same region as the cluster
                                                                                                                                                                                                                      • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                        The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                        • Must be in the same region as the cluster
                                                                                                                                                                                                                        • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                        \n@param bucketName The name of an existing S3 bucket where the log files are to be stored.

                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                        • Must be in the same region as the cluster
                                                                                                                                                                                                                        • The cluster must have read bucket and put object permissions
                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "S3KeyPrefix" : { "documentation" : "

                                                                                                                                                                                                                          The prefix applied to the log file names.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                                            • x22
                                                                                                                                                                                                                            • x27
                                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                                          ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                          The prefix applied to the log file names.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                                            • x22
                                                                                                                                                                                                                            • x27
                                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                          The prefix applied to the log file names.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                                            • x22
                                                                                                                                                                                                                            • x27
                                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                                          \n@param s3KeyPrefix The prefix applied to the log file names.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Cannot exceed 512 characters
                                                                                                                                                                                                                          • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                            • x00 to x20
                                                                                                                                                                                                                            • x22
                                                                                                                                                                                                                            • x27
                                                                                                                                                                                                                            • x5c
                                                                                                                                                                                                                            • x7f or larger
                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                            The prefix applied to the log file names.

                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                            • Cannot exceed 512 characters
                                                                                                                                                                                                                            • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                              • x00 to x20
                                                                                                                                                                                                                              • x22
                                                                                                                                                                                                                              • x27
                                                                                                                                                                                                                              • x5c
                                                                                                                                                                                                                              • x7f or larger
                                                                                                                                                                                                                            \n@return The prefix applied to the log file names.

                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                            • Cannot exceed 512 characters
                                                                                                                                                                                                                            • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                              • x00 to x20
                                                                                                                                                                                                                              • x22
                                                                                                                                                                                                                              • x27
                                                                                                                                                                                                                              • x5c
                                                                                                                                                                                                                              • x7f or larger
                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                              The prefix applied to the log file names.

                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                              • Cannot exceed 512 characters
                                                                                                                                                                                                                              • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                                • x00 to x20
                                                                                                                                                                                                                                • x22
                                                                                                                                                                                                                                • x27
                                                                                                                                                                                                                                • x5c
                                                                                                                                                                                                                                • x7f or larger
                                                                                                                                                                                                                              \n@param s3KeyPrefix The prefix applied to the log file names.

                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                              • Cannot exceed 512 characters
                                                                                                                                                                                                                              • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                                • x00 to x20
                                                                                                                                                                                                                                • x22
                                                                                                                                                                                                                                • x27
                                                                                                                                                                                                                                • x5c
                                                                                                                                                                                                                                • x7f or larger
                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                The prefix applied to the log file names.

                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                • Cannot exceed 512 characters
                                                                                                                                                                                                                                • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                                  • x00 to x20
                                                                                                                                                                                                                                  • x22
                                                                                                                                                                                                                                  • x27
                                                                                                                                                                                                                                  • x5c
                                                                                                                                                                                                                                  • x7f or larger
                                                                                                                                                                                                                                \n@param s3KeyPrefix The prefix applied to the log file names.

                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                • Cannot exceed 512 characters
                                                                                                                                                                                                                                • Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
                                                                                                                                                                                                                                  • x00 to x20
                                                                                                                                                                                                                                  • x22
                                                                                                                                                                                                                                  • x27
                                                                                                                                                                                                                                  • x5c
                                                                                                                                                                                                                                  • x7f or larger
                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@return The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be started.

                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteEventSubscriptionResult" : { "c2jName" : "DeleteEventSubscriptionResult", "documentation" : null, "shapeName" : "DeleteEventSubscriptionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteEventSubscriptionResult", "variableType" : "DeleteEventSubscriptionResult", "variableDeclarationType" : "DeleteEventSubscriptionResult", "documentation" : null, "variableSetterType" : "DeleteEventSubscriptionResult", "simpleType" : "DeleteEventSubscriptionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "DescribeTagsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "String", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@return The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@return The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : null, "variableSetterType" : "DescribeTagsRequest", "simpleType" : "DescribeTagsRequest" }, "marshaller" : { "action" : "DescribeTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceName" : { "documentation" : "

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ResourceType" : { "documentation" : "

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "String", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@return The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of resource with which you want to view tags. Valid resource types are:

                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which you want to view tags. Valid resource types are:
                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                  • Parameter group
                                                                                                                                                                                                                                  • Snapshot copy grant

                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@return The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteTagsResult" : { "c2jName" : "DeleteTagsResult", "documentation" : null, "shapeName" : "DeleteTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTagsResult", "variableType" : "DeleteTagsResult", "variableDeclarationType" : "DeleteTagsResult", "documentation" : null, "variableSetterType" : "DeleteTagsResult", "simpleType" : "DeleteTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidClusterStateException" : { "c2jName" : "InvalidClusterStateFault", "documentation" : "

                                                                                                                                                                                                                                  The specified cluster is not in the available state.

                                                                                                                                                                                                                                  ", "shapeName" : "InvalidClusterStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidClusterStateException", "variableType" : "InvalidClusterStateException", "variableDeclarationType" : "InvalidClusterStateException", "documentation" : null, "variableSetterType" : "InvalidClusterStateException", "simpleType" : "InvalidClusterStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidClusterState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SubnetAlreadyInUseException" : { "c2jName" : "SubnetAlreadyInUse", "documentation" : "

                                                                                                                                                                                                                                  A specified subnet is already in use by another cluster.

                                                                                                                                                                                                                                  ", "shapeName" : "SubnetAlreadyInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subnetAlreadyInUseException", "variableType" : "SubnetAlreadyInUseException", "variableDeclarationType" : "SubnetAlreadyInUseException", "documentation" : null, "variableSetterType" : "SubnetAlreadyInUseException", "simpleType" : "SubnetAlreadyInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubnetAlreadyInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSubnetQuotaExceededException" : { "c2jName" : "ClusterSubnetQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                  The request would result in user exceeding the allowed number of subnets in a cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSubnetQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSubnetQuotaExceededException", "variableType" : "ClusterSubnetQuotaExceededException", "variableDeclarationType" : "ClusterSubnetQuotaExceededException", "documentation" : null, "variableSetterType" : "ClusterSubnetQuotaExceededException", "simpleType" : "ClusterSubnetQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSubnetQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidClusterParameterGroupStateException" : { "c2jName" : "InvalidClusterParameterGroupStateFault", "documentation" : "

                                                                                                                                                                                                                                  The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.

                                                                                                                                                                                                                                  ", "shapeName" : "InvalidClusterParameterGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidClusterParameterGroupStateException", "variableType" : "InvalidClusterParameterGroupStateException", "variableDeclarationType" : "InvalidClusterParameterGroupStateException", "documentation" : null, "variableSetterType" : "InvalidClusterParameterGroupStateException", "simpleType" : "InvalidClusterParameterGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidClusterParameterGroupState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteClusterSubnetGroupResult" : { "c2jName" : "DeleteClusterSubnetGroupResult", "documentation" : null, "shapeName" : "DeleteClusterSubnetGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteClusterSubnetGroupResult", "variableType" : "DeleteClusterSubnetGroupResult", "variableDeclarationType" : "DeleteClusterSubnetGroupResult", "documentation" : null, "variableSetterType" : "DeleteClusterSubnetGroupResult", "simpleType" : "DeleteClusterSubnetGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSubnetGroupNotFoundException" : { "c2jName" : "ClusterSubnetGroupNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                  The cluster subnet group name does not refer to an existing cluster subnet group.

                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSubnetGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSubnetGroupNotFoundException", "variableType" : "ClusterSubnetGroupNotFoundException", "variableDeclarationType" : "ClusterSubnetGroupNotFoundException", "documentation" : null, "variableSetterType" : "ClusterSubnetGroupNotFoundException", "simpleType" : "ClusterSubnetGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSubnetGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeHsmConfigurationsRequest" : { "c2jName" : "DescribeHsmConfigurationsMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "DescribeHsmConfigurationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@return The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeHsmConfigurationsRequest", "variableType" : "DescribeHsmConfigurationsRequest", "variableDeclarationType" : "DescribeHsmConfigurationsRequest", "documentation" : null, "variableSetterType" : "DescribeHsmConfigurationsRequest", "simpleType" : "DescribeHsmConfigurationsRequest" }, "marshaller" : { "action" : "DescribeHsmConfigurations", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@return The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of a specific Amazon Redshift HSM configuration to be described. If no identifier is specified, information is returned for all HSM configurations owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SnapshotCopyAlreadyDisabledException" : { "c2jName" : "SnapshotCopyAlreadyDisabledFault", "documentation" : "

                                                                                                                                                                                                                                  The cluster already has cross-region snapshot copy disabled.

                                                                                                                                                                                                                                  ", "shapeName" : "SnapshotCopyAlreadyDisabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotCopyAlreadyDisabledException", "variableType" : "SnapshotCopyAlreadyDisabledException", "variableDeclarationType" : "SnapshotCopyAlreadyDisabledException", "documentation" : null, "variableSetterType" : "SnapshotCopyAlreadyDisabledException", "simpleType" : "SnapshotCopyAlreadyDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotCopyAlreadyDisabledFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DisableLoggingRequest" : { "c2jName" : "DisableLoggingMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "DisableLoggingRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@return The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "disableLoggingRequest", "variableType" : "DisableLoggingRequest", "variableDeclarationType" : "DisableLoggingRequest", "documentation" : null, "variableSetterType" : "DisableLoggingRequest", "simpleType" : "DisableLoggingRequest" }, "marshaller" : { "action" : "DisableLogging", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@return The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.

                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateClusterSnapshotRequest" : { "c2jName" : "CreateClusterSnapshotMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "CreateClusterSnapshotRequest", "deprecated" : false, "required" : [ "SnapshotIdentifier", "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@param snapshotIdentifier A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@return A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@param snapshotIdentifier A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@param snapshotIdentifier A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier for which you want a snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@return The cluster identifier for which you want a snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier for which you want a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier for which you want a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createClusterSnapshotRequest", "variableType" : "CreateClusterSnapshotRequest", "variableDeclarationType" : "CreateClusterSnapshotRequest", "documentation" : null, "variableSetterType" : "CreateClusterSnapshotRequest", "simpleType" : "CreateClusterSnapshotRequest" }, "marshaller" : { "action" : "CreateClusterSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@param snapshotIdentifier A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@return A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@param snapshotIdentifier A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                  \n@param snapshotIdentifier A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                  • Cannot be null, empty, or blank
                                                                                                                                                                                                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                  Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier for which you want a snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@return The cluster identifier for which you want a snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier for which you want a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The cluster identifier for which you want a snapshot.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier for which you want a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DescribeReservedNodesResult" : { "c2jName" : "ReservedNodesMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "DescribeReservedNodesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  ", "name" : "ReservedNodes", "c2jName" : "ReservedNodes", "c2jShape" : "ReservedNodeList", "variable" : { "variableName" : "reservedNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "reservedNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodes", "marshallLocationName" : "ReservedNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedNode", "memberLocationName" : "ReservedNode", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedNode", "variable" : { "variableName" : "member", "variableType" : "ReservedNode", "variableDeclarationType" : "ReservedNode", "documentation" : "", "variableSetterType" : "ReservedNode", "simpleType" : "ReservedNode" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedNode", "variableDeclarationType" : "ReservedNode", "documentation" : "", "variableSetterType" : "ReservedNode", "simpleType" : "ReservedNode" }, "getterModel" : { "returnType" : "ReservedNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNode", "marshallLocationName" : "ReservedNode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ReservedNode", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n@param reservedNodes The list of ReservedNode objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n@return The list of ReservedNode objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n@param reservedNodes The list of ReservedNode objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedNodes(java.util.Collection)} or {@link #withReservedNodes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param reservedNodes The list of ReservedNode objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeReservedNodesResult", "variableType" : "DescribeReservedNodesResult", "variableDeclarationType" : "DescribeReservedNodesResult", "documentation" : null, "variableSetterType" : "DescribeReservedNodesResult", "simpleType" : "DescribeReservedNodesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeReservedNodesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReservedNodes" : { "documentation" : "

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  ", "name" : "ReservedNodes", "c2jName" : "ReservedNodes", "c2jShape" : "ReservedNodeList", "variable" : { "variableName" : "reservedNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "reservedNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodes", "marshallLocationName" : "ReservedNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedNode", "memberLocationName" : "ReservedNode", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedNode", "variable" : { "variableName" : "member", "variableType" : "ReservedNode", "variableDeclarationType" : "ReservedNode", "documentation" : "", "variableSetterType" : "ReservedNode", "simpleType" : "ReservedNode" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedNode", "variableDeclarationType" : "ReservedNode", "documentation" : "", "variableSetterType" : "ReservedNode", "simpleType" : "ReservedNode" }, "getterModel" : { "returnType" : "ReservedNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNode", "marshallLocationName" : "ReservedNode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ReservedNode", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n@param reservedNodes The list of ReservedNode objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n@return The list of ReservedNode objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n@param reservedNodes The list of ReservedNode objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of ReservedNode objects.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedNodes(java.util.Collection)} or {@link #withReservedNodes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param reservedNodes The list of ReservedNode objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeSnapshotCopyGrantsResult" : { "c2jName" : "SnapshotCopyGrantMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "DescribeSnapshotCopyGrantsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrants", "c2jName" : "SnapshotCopyGrants", "c2jShape" : "SnapshotCopyGrantList", "variable" : { "variableName" : "snapshotCopyGrants", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "snapshotCopyGrants", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrants", "marshallLocationName" : "SnapshotCopyGrants", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SnapshotCopyGrant", "memberLocationName" : "SnapshotCopyGrant", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SnapshotCopyGrant", "variable" : { "variableName" : "member", "variableType" : "SnapshotCopyGrant", "variableDeclarationType" : "SnapshotCopyGrant", "documentation" : "", "variableSetterType" : "SnapshotCopyGrant", "simpleType" : "SnapshotCopyGrant" }, "setterModel" : { "variableName" : "member", "variableType" : "SnapshotCopyGrant", "variableDeclarationType" : "SnapshotCopyGrant", "documentation" : "", "variableSetterType" : "SnapshotCopyGrant", "simpleType" : "SnapshotCopyGrant" }, "getterModel" : { "returnType" : "SnapshotCopyGrant", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrant", "marshallLocationName" : "SnapshotCopyGrant", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "SnapshotCopyGrant", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrants The list of SnapshotCopyGrant objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n@return The list of SnapshotCopyGrant objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrants The list of SnapshotCopyGrant objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotCopyGrants(java.util.Collection)} or {@link #withSnapshotCopyGrants(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrants The list of SnapshotCopyGrant objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeSnapshotCopyGrantsResult", "variableType" : "DescribeSnapshotCopyGrantsResult", "variableDeclarationType" : "DescribeSnapshotCopyGrantsResult", "documentation" : null, "variableSetterType" : "DescribeSnapshotCopyGrantsResult", "simpleType" : "DescribeSnapshotCopyGrantsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeSnapshotCopyGrantsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotCopyGrants" : { "documentation" : "

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrants", "c2jName" : "SnapshotCopyGrants", "c2jShape" : "SnapshotCopyGrantList", "variable" : { "variableName" : "snapshotCopyGrants", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "snapshotCopyGrants", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrants", "marshallLocationName" : "SnapshotCopyGrants", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SnapshotCopyGrant", "memberLocationName" : "SnapshotCopyGrant", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SnapshotCopyGrant", "variable" : { "variableName" : "member", "variableType" : "SnapshotCopyGrant", "variableDeclarationType" : "SnapshotCopyGrant", "documentation" : "", "variableSetterType" : "SnapshotCopyGrant", "simpleType" : "SnapshotCopyGrant" }, "setterModel" : { "variableName" : "member", "variableType" : "SnapshotCopyGrant", "variableDeclarationType" : "SnapshotCopyGrant", "documentation" : "", "variableSetterType" : "SnapshotCopyGrant", "simpleType" : "SnapshotCopyGrant" }, "getterModel" : { "returnType" : "SnapshotCopyGrant", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrant", "marshallLocationName" : "SnapshotCopyGrant", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "SnapshotCopyGrant", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrants The list of SnapshotCopyGrant objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n@return The list of SnapshotCopyGrant objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrants The list of SnapshotCopyGrant objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of SnapshotCopyGrant objects.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotCopyGrants(java.util.Collection)} or {@link #withSnapshotCopyGrants(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrants The list of SnapshotCopyGrant objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterSecurityGroupNotFoundException" : { "c2jName" : "ClusterSecurityGroupNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                  The cluster security group name does not refer to an existing cluster security group.

                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSecurityGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSecurityGroupNotFoundException", "variableType" : "ClusterSecurityGroupNotFoundException", "variableDeclarationType" : "ClusterSecurityGroupNotFoundException", "documentation" : null, "variableSetterType" : "ClusterSecurityGroupNotFoundException", "simpleType" : "ClusterSecurityGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSecurityGroupNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSnapshotQuotaExceededException" : { "c2jName" : "ClusterSnapshotQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                  The request would result in the user exceeding the allowed number of cluster snapshots.

                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSnapshotQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSnapshotQuotaExceededException", "variableType" : "ClusterSnapshotQuotaExceededException", "variableDeclarationType" : "ClusterSnapshotQuotaExceededException", "documentation" : null, "variableSetterType" : "ClusterSnapshotQuotaExceededException", "simpleType" : "ClusterSnapshotQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSnapshotQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteHsmConfigurationRequest" : { "c2jName" : "DeleteHsmConfigurationMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "DeleteHsmConfigurationRequest", "deprecated" : false, "required" : [ "HsmConfigurationIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of the Amazon Redshift HSM configuration to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@return The identifier of the Amazon Redshift HSM configuration to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of the Amazon Redshift HSM configuration to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of the Amazon Redshift HSM configuration to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteHsmConfigurationRequest", "variableType" : "DeleteHsmConfigurationRequest", "variableDeclarationType" : "DeleteHsmConfigurationRequest", "documentation" : null, "variableSetterType" : "DeleteHsmConfigurationRequest", "simpleType" : "DeleteHsmConfigurationRequest" }, "marshaller" : { "action" : "DeleteHsmConfiguration", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of the Amazon Redshift HSM configuration to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@return The identifier of the Amazon Redshift HSM configuration to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of the Amazon Redshift HSM configuration to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the Amazon Redshift HSM configuration to be deleted.

                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The identifier of the Amazon Redshift HSM configuration to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "EnableSnapshotCopyRequest" : { "c2jName" : "EnableSnapshotCopyMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "EnableSnapshotCopyRequest", "deprecated" : false, "required" : [ "ClusterIdentifier", "DestinationRegion" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@return The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "name" : "DestinationRegion", "c2jName" : "DestinationRegion", "c2jShape" : "String", "variable" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DestinationRegion", "marshallLocationName" : "DestinationRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param destinationRegion The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@return The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param destinationRegion The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param destinationRegion The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  ", "name" : "RetentionPeriod", "c2jName" : "RetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetentionPeriod", "marshallLocationName" : "RetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@return The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "enableSnapshotCopyRequest", "variableType" : "EnableSnapshotCopyRequest", "variableDeclarationType" : "EnableSnapshotCopyRequest", "documentation" : null, "variableSetterType" : "EnableSnapshotCopyRequest", "simpleType" : "EnableSnapshotCopyRequest" }, "marshaller" : { "action" : "EnableSnapshotCopy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotCopyGrantName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DestinationRegion" : { "documentation" : "

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "name" : "DestinationRegion", "c2jName" : "DestinationRegion", "c2jShape" : "String", "variable" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "destinationRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DestinationRegion", "marshallLocationName" : "DestinationRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param destinationRegion The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@return The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param destinationRegion The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.

                                                                                                                                                                                                                                  \n@param destinationRegion The destination region that you want to copy snapshots to.

                                                                                                                                                                                                                                  Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@return The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the source cluster to copy snapshots from.

                                                                                                                                                                                                                                  Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  ", "name" : "RetentionPeriod", "c2jName" : "RetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "retentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetentionPeriod", "marshallLocationName" : "RetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@return The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.

                                                                                                                                                                                                                                  \n@param retentionPeriod The number of days to retain automated snapshots in the destination region after they are copied from the source region.

                                                                                                                                                                                                                                  Default: 7.

                                                                                                                                                                                                                                  Constraints: Must be at least 1 and no more than 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "Cluster" : { "c2jName" : "Cluster", "documentation" : "

                                                                                                                                                                                                                                  Describes a cluster.

                                                                                                                                                                                                                                  ", "shapeName" : "Cluster", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@param nodeType The node type for the nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@return The node type for the nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@param nodeType The node type for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@param nodeType The node type for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  ", "name" : "ClusterStatus", "c2jName" : "ClusterStatus", "c2jShape" : "String", "variable" : { "variableName" : "clusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterStatus", "marshallLocationName" : "ClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@param clusterStatus The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@return The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@param clusterStatus The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@param clusterStatus The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  ", "name" : "ModifyStatus", "c2jName" : "ModifyStatus", "c2jShape" : "String", "variable" : { "variableName" : "modifyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "modifyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ModifyStatus", "marshallLocationName" : "ModifyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@return The status of a modify operation, if any, initiated for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in DBName.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@return The master user name for the cluster. This name is used to connect to the database that is specified in DBName.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in DBName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in DBName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  ", "name" : "DBName", "c2jName" : "DBName", "c2jShape" : "String", "variable" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBName", "marshallLocationName" : "DBName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@return The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Endpoint", "simpleType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "variableSetterType" : "Endpoint", "simpleType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@param endpoint The connection endpoint.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@return The connection endpoint.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@param endpoint The connection endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@param endpoint The connection endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  ", "name" : "ClusterCreateTime", "c2jName" : "ClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterCreateTime", "marshallLocationName" : "ClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@param clusterCreateTime The date and time that the cluster was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@return The date and time that the cluster was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "Integer", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@return The number of days that automatic cluster snapshots are retained.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupMembershipList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterSecurityGroupMembership", "memberLocationName" : "ClusterSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "ClusterSecurityGroupMembership", "variableDeclarationType" : "ClusterSecurityGroupMembership", "documentation" : "", "variableSetterType" : "ClusterSecurityGroupMembership", "simpleType" : "ClusterSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterSecurityGroupMembership", "variableDeclarationType" : "ClusterSecurityGroupMembership", "documentation" : "", "variableSetterType" : "ClusterSecurityGroupMembership", "simpleType" : "ClusterSecurityGroupMembership" }, "getterModel" : { "returnType" : "ClusterSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroup", "marshallLocationName" : "ClusterSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterSecurityGroupMembership", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n@return A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroups", "c2jName" : "VpcSecurityGroups", "c2jShape" : "VpcSecurityGroupMembershipList", "variable" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroups", "marshallLocationName" : "VpcSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "VpcSecurityGroupMembership", "memberLocationName" : "VpcSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "VpcSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "getterModel" : { "returnType" : "VpcSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroup", "marshallLocationName" : "VpcSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "VpcSecurityGroupMembership", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcSecurityGroups A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@return A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcSecurityGroups A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroups(java.util.Collection)} or {@link #withVpcSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param vpcSecurityGroups A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  ", "name" : "ClusterParameterGroups", "c2jName" : "ClusterParameterGroups", "c2jShape" : "ClusterParameterGroupStatusList", "variable" : { "variableName" : "clusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroups", "marshallLocationName" : "ClusterParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterParameterGroupStatus", "memberLocationName" : "ClusterParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterParameterGroupStatus", "variable" : { "variableName" : "member", "variableType" : "ClusterParameterGroupStatus", "variableDeclarationType" : "ClusterParameterGroupStatus", "documentation" : "", "variableSetterType" : "ClusterParameterGroupStatus", "simpleType" : "ClusterParameterGroupStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterParameterGroupStatus", "variableDeclarationType" : "ClusterParameterGroupStatus", "documentation" : "", "variableSetterType" : "ClusterParameterGroupStatus", "simpleType" : "ClusterParameterGroupStatus" }, "getterModel" : { "returnType" : "ClusterParameterGroupStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroup", "marshallLocationName" : "ClusterParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterParameterGroupStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n@return The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterParameterGroups(java.util.Collection)} or {@link #withClusterParameterGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@return The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@return The identifier of the VPC the cluster is in, if the cluster is in a VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@param availabilityZone The name of the Availability Zone in which the cluster is located.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@return The name of the Availability Zone in which the cluster is located.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@return The weekly time range (in UTC) during which system maintenance can occur.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  ", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "PendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  ", "variableSetterType" : "PendingModifiedValues", "simpleType" : "PendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "", "variableSetterType" : "PendingModifiedValues", "simpleType" : "PendingModifiedValues" }, "getterModel" : { "returnType" : "PendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@param pendingModifiedValues If present, changes to the cluster are pending. Specific pending changes are identified by subelements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@return If present, changes to the cluster are pending. Specific pending changes are identified by subelements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@param pendingModifiedValues If present, changes to the cluster are pending. Specific pending changes are identified by subelements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@param pendingModifiedValues If present, changes to the cluster are pending. Specific pending changes are identified by subelements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@return The version ID of the Amazon Redshift engine that is running on the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@return If true, major version upgrades will be applied automatically to the cluster during the maintenance window.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "Integer", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@return The number of compute nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "Boolean", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@return If true, the cluster can be accessed from a public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@param encrypted If true, data in the cluster is encrypted at rest.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@return If true, data in the cluster is encrypted at rest.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@param encrypted If true, data in the cluster is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@param encrypted If true, data in the cluster is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  ", "name" : "RestoreStatus", "c2jName" : "RestoreStatus", "c2jShape" : "RestoreStatus", "variable" : { "variableName" : "restoreStatus", "variableType" : "RestoreStatus", "variableDeclarationType" : "RestoreStatus", "documentation" : "

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  ", "variableSetterType" : "RestoreStatus", "simpleType" : "RestoreStatus" }, "setterModel" : { "variableName" : "restoreStatus", "variableType" : "RestoreStatus", "variableDeclarationType" : "RestoreStatus", "documentation" : "", "variableSetterType" : "RestoreStatus", "simpleType" : "RestoreStatus" }, "getterModel" : { "returnType" : "RestoreStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "RestoreStatus", "marshallLocationName" : "RestoreStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@param restoreStatus Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@return Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@param restoreStatus Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@param restoreStatus Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  ", "name" : "HsmStatus", "c2jName" : "HsmStatus", "c2jShape" : "HsmStatus", "variable" : { "variableName" : "hsmStatus", "variableType" : "HsmStatus", "variableDeclarationType" : "HsmStatus", "documentation" : "

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  ", "variableSetterType" : "HsmStatus", "simpleType" : "HsmStatus" }, "setterModel" : { "variableName" : "hsmStatus", "variableType" : "HsmStatus", "variableDeclarationType" : "HsmStatus", "documentation" : "", "variableSetterType" : "HsmStatus", "simpleType" : "HsmStatus" }, "getterModel" : { "returnType" : "HsmStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmStatus", "marshallLocationName" : "HsmStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@param hsmStatus Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@return Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@param hsmStatus Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@param hsmStatus Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  ", "name" : "ClusterSnapshotCopyStatus", "c2jName" : "ClusterSnapshotCopyStatus", "c2jShape" : "ClusterSnapshotCopyStatus", "variable" : { "variableName" : "clusterSnapshotCopyStatus", "variableType" : "ClusterSnapshotCopyStatus", "variableDeclarationType" : "ClusterSnapshotCopyStatus", "documentation" : "

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  ", "variableSetterType" : "ClusterSnapshotCopyStatus", "simpleType" : "ClusterSnapshotCopyStatus" }, "setterModel" : { "variableName" : "clusterSnapshotCopyStatus", "variableType" : "ClusterSnapshotCopyStatus", "variableDeclarationType" : "ClusterSnapshotCopyStatus", "documentation" : "", "variableSetterType" : "ClusterSnapshotCopyStatus", "simpleType" : "ClusterSnapshotCopyStatus" }, "getterModel" : { "returnType" : "ClusterSnapshotCopyStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSnapshotCopyStatus", "marshallLocationName" : "ClusterSnapshotCopyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@param clusterSnapshotCopyStatus Returns the destination region and retention period that are configured for cross-region snapshot copy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@return Returns the destination region and retention period that are configured for cross-region snapshot copy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@param clusterSnapshotCopyStatus Returns the destination region and retention period that are configured for cross-region snapshot copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@param clusterSnapshotCopyStatus Returns the destination region and retention period that are configured for cross-region snapshot copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterPublicKey", "c2jName" : "ClusterPublicKey", "c2jShape" : "String", "variable" : { "variableName" : "clusterPublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterPublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterPublicKey", "marshallLocationName" : "ClusterPublicKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@param clusterPublicKey The public key for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@return The public key for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterNodes", "c2jName" : "ClusterNodes", "c2jShape" : "ClusterNodesList", "variable" : { "variableName" : "clusterNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterNodes", "marshallLocationName" : "ClusterNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterNode", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterNode", "variable" : { "variableName" : "member", "variableType" : "ClusterNode", "variableDeclarationType" : "ClusterNode", "documentation" : "", "variableSetterType" : "ClusterNode", "simpleType" : "ClusterNode" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterNode", "variableDeclarationType" : "ClusterNode", "documentation" : "", "variableSetterType" : "ClusterNode", "simpleType" : "ClusterNode" }, "getterModel" : { "returnType" : "ClusterNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterNode", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n@param clusterNodes The nodes in a cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n@return The nodes in a cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n@param clusterNodes The nodes in a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterNodes(java.util.Collection)} or {@link #withClusterNodes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param clusterNodes The nodes in a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  ", "name" : "ElasticIpStatus", "c2jName" : "ElasticIpStatus", "c2jShape" : "ElasticIpStatus", "variable" : { "variableName" : "elasticIpStatus", "variableType" : "ElasticIpStatus", "variableDeclarationType" : "ElasticIpStatus", "documentation" : "

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  ", "variableSetterType" : "ElasticIpStatus", "simpleType" : "ElasticIpStatus" }, "setterModel" : { "variableName" : "elasticIpStatus", "variableType" : "ElasticIpStatus", "variableDeclarationType" : "ElasticIpStatus", "documentation" : "", "variableSetterType" : "ElasticIpStatus", "simpleType" : "ElasticIpStatus" }, "getterModel" : { "returnType" : "ElasticIpStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIpStatus", "marshallLocationName" : "ElasticIpStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@param elasticIpStatus The status of the elastic IP (EIP) address.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@return The status of the elastic IP (EIP) address.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@param elasticIpStatus The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@param elasticIpStatus The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterRevisionNumber", "c2jName" : "ClusterRevisionNumber", "c2jShape" : "String", "variable" : { "variableName" : "clusterRevisionNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterRevisionNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterRevisionNumber", "marshallLocationName" : "ClusterRevisionNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@param clusterRevisionNumber The specific revision number of the database in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@return The specific revision number of the database in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n@return The list of tags for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@return The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  ", "name" : "IamRoles", "c2jName" : "IamRoles", "c2jShape" : "ClusterIamRoleList", "variable" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoles", "marshallLocationName" : "IamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterIamRole", "memberLocationName" : "ClusterIamRole", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterIamRole", "variable" : { "variableName" : "member", "variableType" : "ClusterIamRole", "variableDeclarationType" : "ClusterIamRole", "documentation" : "", "variableSetterType" : "ClusterIamRole", "simpleType" : "ClusterIamRole" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterIamRole", "variableDeclarationType" : "ClusterIamRole", "documentation" : "", "variableSetterType" : "ClusterIamRole", "simpleType" : "ClusterIamRole" }, "getterModel" : { "returnType" : "ClusterIamRole", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIamRole", "marshallLocationName" : "ClusterIamRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterIamRole", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n@return A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setIamRoles(java.util.Collection)} or {@link #withIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "cluster", "variableType" : "Cluster", "variableDeclarationType" : "Cluster", "documentation" : null, "variableSetterType" : "Cluster", "simpleType" : "Cluster" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterCreateTime" : { "documentation" : "

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  ", "name" : "ClusterCreateTime", "c2jName" : "ClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterCreateTime", "marshallLocationName" : "ClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@param clusterCreateTime The date and time that the cluster was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@return The date and time that the cluster was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date and time that the cluster was created.

                                                                                                                                                                                                                                  \n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AutomatedSnapshotRetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "Integer", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@return The number of days that automatic cluster snapshots are retained.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of days that automatic cluster snapshots are retained.

                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Encrypted" : { "documentation" : "

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@param encrypted If true, data in the cluster is encrypted at rest.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@return If true, data in the cluster is encrypted at rest.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@param encrypted If true, data in the cluster is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, data in the cluster is encrypted at rest.

                                                                                                                                                                                                                                  \n@param encrypted If true, data in the cluster is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterRevisionNumber" : { "documentation" : "

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterRevisionNumber", "c2jName" : "ClusterRevisionNumber", "c2jShape" : "String", "variable" : { "variableName" : "clusterRevisionNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterRevisionNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterRevisionNumber", "marshallLocationName" : "ClusterRevisionNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@param clusterRevisionNumber The specific revision number of the database in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@return The specific revision number of the database in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The specific revision number of the database in the cluster.

                                                                                                                                                                                                                                  \n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NumberOfNodes" : { "documentation" : "

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "Integer", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@return The number of compute nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of compute nodes in the cluster.

                                                                                                                                                                                                                                  \n@param numberOfNodes The number of compute nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcSecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroups", "c2jName" : "VpcSecurityGroups", "c2jShape" : "VpcSecurityGroupMembershipList", "variable" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroups", "marshallLocationName" : "VpcSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "VpcSecurityGroupMembership", "memberLocationName" : "VpcSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "VpcSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "getterModel" : { "returnType" : "VpcSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroup", "marshallLocationName" : "VpcSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "VpcSecurityGroupMembership", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcSecurityGroups A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@return A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcSecurityGroups A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroups(java.util.Collection)} or {@link #withVpcSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param vpcSecurityGroups A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "RestoreStatus" : { "documentation" : "

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  ", "name" : "RestoreStatus", "c2jName" : "RestoreStatus", "c2jShape" : "RestoreStatus", "variable" : { "variableName" : "restoreStatus", "variableType" : "RestoreStatus", "variableDeclarationType" : "RestoreStatus", "documentation" : "

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  ", "variableSetterType" : "RestoreStatus", "simpleType" : "RestoreStatus" }, "setterModel" : { "variableName" : "restoreStatus", "variableType" : "RestoreStatus", "variableDeclarationType" : "RestoreStatus", "documentation" : "", "variableSetterType" : "RestoreStatus", "simpleType" : "RestoreStatus" }, "getterModel" : { "returnType" : "RestoreStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "RestoreStatus", "marshallLocationName" : "RestoreStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@param restoreStatus Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@return Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@param restoreStatus Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

                                                                                                                                                                                                                                  \n@param restoreStatus Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ElasticIpStatus" : { "documentation" : "

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  ", "name" : "ElasticIpStatus", "c2jName" : "ElasticIpStatus", "c2jShape" : "ElasticIpStatus", "variable" : { "variableName" : "elasticIpStatus", "variableType" : "ElasticIpStatus", "variableDeclarationType" : "ElasticIpStatus", "documentation" : "

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  ", "variableSetterType" : "ElasticIpStatus", "simpleType" : "ElasticIpStatus" }, "setterModel" : { "variableName" : "elasticIpStatus", "variableType" : "ElasticIpStatus", "variableDeclarationType" : "ElasticIpStatus", "documentation" : "", "variableSetterType" : "ElasticIpStatus", "simpleType" : "ElasticIpStatus" }, "getterModel" : { "returnType" : "ElasticIpStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIpStatus", "marshallLocationName" : "ElasticIpStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@param elasticIpStatus The status of the elastic IP (EIP) address.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@return The status of the elastic IP (EIP) address.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@param elasticIpStatus The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                  \n@param elasticIpStatus The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "AllowVersionUpgrade" : { "documentation" : "

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@return If true, major version upgrades will be applied automatically to the cluster during the maintenance window.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Endpoint" : { "documentation" : "

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Endpoint", "simpleType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "variableSetterType" : "Endpoint", "simpleType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@param endpoint The connection endpoint.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@return The connection endpoint.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@param endpoint The connection endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The connection endpoint.

                                                                                                                                                                                                                                  \n@param endpoint The connection endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "HsmStatus" : { "documentation" : "

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  ", "name" : "HsmStatus", "c2jName" : "HsmStatus", "c2jShape" : "HsmStatus", "variable" : { "variableName" : "hsmStatus", "variableType" : "HsmStatus", "variableDeclarationType" : "HsmStatus", "documentation" : "

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  ", "variableSetterType" : "HsmStatus", "simpleType" : "HsmStatus" }, "setterModel" : { "variableName" : "hsmStatus", "variableType" : "HsmStatus", "variableDeclarationType" : "HsmStatus", "documentation" : "", "variableSetterType" : "HsmStatus", "simpleType" : "HsmStatus" }, "getterModel" : { "returnType" : "HsmStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmStatus", "marshallLocationName" : "HsmStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@param hsmStatus Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@return Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@param hsmStatus Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying

                                                                                                                                                                                                                                  \n@param hsmStatus Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

                                                                                                                                                                                                                                  Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ClusterParameterGroups" : { "documentation" : "

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  ", "name" : "ClusterParameterGroups", "c2jName" : "ClusterParameterGroups", "c2jShape" : "ClusterParameterGroupStatusList", "variable" : { "variableName" : "clusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroups", "marshallLocationName" : "ClusterParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterParameterGroupStatus", "memberLocationName" : "ClusterParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterParameterGroupStatus", "variable" : { "variableName" : "member", "variableType" : "ClusterParameterGroupStatus", "variableDeclarationType" : "ClusterParameterGroupStatus", "documentation" : "", "variableSetterType" : "ClusterParameterGroupStatus", "simpleType" : "ClusterParameterGroupStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterParameterGroupStatus", "variableDeclarationType" : "ClusterParameterGroupStatus", "documentation" : "", "variableSetterType" : "ClusterParameterGroupStatus", "simpleType" : "ClusterParameterGroupStatus" }, "getterModel" : { "returnType" : "ClusterParameterGroupStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroup", "marshallLocationName" : "ClusterParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterParameterGroupStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n@return The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterParameterGroups(java.util.Collection)} or {@link #withClusterParameterGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterNodes" : { "documentation" : "

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterNodes", "c2jName" : "ClusterNodes", "c2jShape" : "ClusterNodesList", "variable" : { "variableName" : "clusterNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterNodes", "marshallLocationName" : "ClusterNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterNode", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterNode", "variable" : { "variableName" : "member", "variableType" : "ClusterNode", "variableDeclarationType" : "ClusterNode", "documentation" : "", "variableSetterType" : "ClusterNode", "simpleType" : "ClusterNode" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterNode", "variableDeclarationType" : "ClusterNode", "documentation" : "", "variableSetterType" : "ClusterNode", "simpleType" : "ClusterNode" }, "getterModel" : { "returnType" : "ClusterNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterNode", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n@param clusterNodes The nodes in a cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n@return The nodes in a cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n@param clusterNodes The nodes in a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The nodes in a cluster.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterNodes(java.util.Collection)} or {@link #withClusterNodes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param clusterNodes The nodes in a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n@return The list of tags for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The list of tags for the cluster.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "IamRoles" : { "documentation" : "

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  ", "name" : "IamRoles", "c2jName" : "IamRoles", "c2jShape" : "ClusterIamRoleList", "variable" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoles", "marshallLocationName" : "IamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterIamRole", "memberLocationName" : "ClusterIamRole", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterIamRole", "variable" : { "variableName" : "member", "variableType" : "ClusterIamRole", "variableDeclarationType" : "ClusterIamRole", "documentation" : "", "variableSetterType" : "ClusterIamRole", "simpleType" : "ClusterIamRole" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterIamRole", "variableDeclarationType" : "ClusterIamRole", "documentation" : "", "variableSetterType" : "ClusterIamRole", "simpleType" : "ClusterIamRole" }, "getterModel" : { "returnType" : "ClusterIamRole", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIamRole", "marshallLocationName" : "ClusterIamRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterIamRole", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n@return A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setIamRoles(java.util.Collection)} or {@link #withIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterVersion" : { "documentation" : "

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@return The version ID of the Amazon Redshift engine that is running on the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "KmsKeyId" : { "documentation" : "

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@return The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.

                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterPublicKey" : { "documentation" : "

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterPublicKey", "c2jName" : "ClusterPublicKey", "c2jShape" : "String", "variable" : { "variableName" : "clusterPublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterPublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterPublicKey", "marshallLocationName" : "ClusterPublicKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@param clusterPublicKey The public key for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@return The public key for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The public key for the cluster.

                                                                                                                                                                                                                                  \n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AvailabilityZone" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@param availabilityZone The name of the Availability Zone in which the cluster is located.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@return The name of the Availability Zone in which the cluster is located.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the Availability Zone in which the cluster is located.

                                                                                                                                                                                                                                  \n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PreferredMaintenanceWindow" : { "documentation" : "

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@return The weekly time range (in UTC) during which system maintenance can occur.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur.

                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupMembershipList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterSecurityGroupMembership", "memberLocationName" : "ClusterSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "ClusterSecurityGroupMembership", "variableDeclarationType" : "ClusterSecurityGroupMembership", "documentation" : "", "variableSetterType" : "ClusterSecurityGroupMembership", "simpleType" : "ClusterSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterSecurityGroupMembership", "variableDeclarationType" : "ClusterSecurityGroupMembership", "documentation" : "", "variableSetterType" : "ClusterSecurityGroupMembership", "simpleType" : "ClusterSecurityGroupMembership" }, "getterModel" : { "returnType" : "ClusterSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroup", "marshallLocationName" : "ClusterSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterSecurityGroupMembership", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n@return A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

                                                                                                                                                                                                                                  Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier of the cluster.

                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcId" : { "documentation" : "

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@return The identifier of the VPC the cluster is in, if the cluster is in a VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier of the VPC the cluster is in, if the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PendingModifiedValues" : { "documentation" : "

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  ", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "PendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  ", "variableSetterType" : "PendingModifiedValues", "simpleType" : "PendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "", "variableSetterType" : "PendingModifiedValues", "simpleType" : "PendingModifiedValues" }, "getterModel" : { "returnType" : "PendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@param pendingModifiedValues If present, changes to the cluster are pending. Specific pending changes are identified by subelements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@return If present, changes to the cluster are pending. Specific pending changes are identified by subelements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@param pendingModifiedValues If present, changes to the cluster are pending. Specific pending changes are identified by subelements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If present, changes to the cluster are pending. Specific pending changes are identified by subelements.

                                                                                                                                                                                                                                  \n@param pendingModifiedValues If present, changes to the cluster are pending. Specific pending changes are identified by subelements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@return The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.

                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSnapshotCopyStatus" : { "documentation" : "

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  ", "name" : "ClusterSnapshotCopyStatus", "c2jName" : "ClusterSnapshotCopyStatus", "c2jShape" : "ClusterSnapshotCopyStatus", "variable" : { "variableName" : "clusterSnapshotCopyStatus", "variableType" : "ClusterSnapshotCopyStatus", "variableDeclarationType" : "ClusterSnapshotCopyStatus", "documentation" : "

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  ", "variableSetterType" : "ClusterSnapshotCopyStatus", "simpleType" : "ClusterSnapshotCopyStatus" }, "setterModel" : { "variableName" : "clusterSnapshotCopyStatus", "variableType" : "ClusterSnapshotCopyStatus", "variableDeclarationType" : "ClusterSnapshotCopyStatus", "documentation" : "", "variableSetterType" : "ClusterSnapshotCopyStatus", "simpleType" : "ClusterSnapshotCopyStatus" }, "getterModel" : { "returnType" : "ClusterSnapshotCopyStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSnapshotCopyStatus", "marshallLocationName" : "ClusterSnapshotCopyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@param clusterSnapshotCopyStatus Returns the destination region and retention period that are configured for cross-region snapshot copy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@return Returns the destination region and retention period that are configured for cross-region snapshot copy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@param clusterSnapshotCopyStatus Returns the destination region and retention period that are configured for cross-region snapshot copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Returns the destination region and retention period that are configured for cross-region snapshot copy.

                                                                                                                                                                                                                                  \n@param clusterSnapshotCopyStatus Returns the destination region and retention period that are configured for cross-region snapshot copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@param nodeType The node type for the nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@return The node type for the nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@param nodeType The node type for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type for the nodes in the cluster.

                                                                                                                                                                                                                                  \n@param nodeType The node type for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MasterUsername" : { "documentation" : "

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in DBName.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@return The master user name for the cluster. This name is used to connect to the database that is specified in DBName.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in DBName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The master user name for the cluster. This name is used to connect to the database that is specified in DBName.

                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in DBName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DBName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  ", "name" : "DBName", "c2jName" : "DBName", "c2jShape" : "String", "variable" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBName", "marshallLocationName" : "DBName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@return The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.

                                                                                                                                                                                                                                  \n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ModifyStatus" : { "documentation" : "

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  ", "name" : "ModifyStatus", "c2jName" : "ModifyStatus", "c2jShape" : "String", "variable" : { "variableName" : "modifyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "modifyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ModifyStatus", "marshallLocationName" : "ModifyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@return The status of a modify operation, if any, initiated for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The status of a modify operation, if any, initiated for the cluster.

                                                                                                                                                                                                                                  \n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PubliclyAccessible" : { "documentation" : "

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "Boolean", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@return If true, the cluster can be accessed from a public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterStatus" : { "documentation" : "

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  ", "name" : "ClusterStatus", "c2jName" : "ClusterStatus", "c2jShape" : "String", "variable" : { "variableName" : "clusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterStatus", "marshallLocationName" : "ClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@param clusterStatus The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@return The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@param clusterStatus The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the cluster. Possible values are:

                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm

                                                                                                                                                                                                                                  \n@param clusterStatus The current state of the cluster. Possible values are:
                                                                                                                                                                                                                                  • available
                                                                                                                                                                                                                                  • creating
                                                                                                                                                                                                                                  • deleting
                                                                                                                                                                                                                                  • final-snapshot
                                                                                                                                                                                                                                  • hardware-failure
                                                                                                                                                                                                                                  • incompatible-hsm
                                                                                                                                                                                                                                  • incompatible-network
                                                                                                                                                                                                                                  • incompatible-parameters
                                                                                                                                                                                                                                  • incompatible-restore
                                                                                                                                                                                                                                  • modifying
                                                                                                                                                                                                                                  • rebooting
                                                                                                                                                                                                                                  • renaming
                                                                                                                                                                                                                                  • resizing
                                                                                                                                                                                                                                  • rotating-keys
                                                                                                                                                                                                                                  • storage-full
                                                                                                                                                                                                                                  • updating-hsm
                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnet", "documentation" : "

                                                                                                                                                                                                                                  The requested subnet is not valid, or not all of the subnets are in the same VPC.

                                                                                                                                                                                                                                  ", "shapeName" : "InvalidSubnetException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "variableDeclarationType" : "InvalidSubnetException", "documentation" : null, "variableSetterType" : "InvalidSubnetException", "simpleType" : "InvalidSubnetException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSubnet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReservedNode" : { "c2jName" : "ReservedNode", "documentation" : "

                                                                                                                                                                                                                                  Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.

                                                                                                                                                                                                                                  ", "shapeName" : "ReservedNode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                  ", "name" : "ReservedNodeId", "c2jName" : "ReservedNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeId", "marshallLocationName" : "ReservedNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                  \n@param reservedNodeId The unique identifier for the reservation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                  \n@return The unique identifier for the reservation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                  \n@param reservedNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                  \n@param reservedNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The identifier for the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                  \n@return The identifier for the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The identifier for the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The identifier for the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                  \n@param nodeType The node type of the reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                  \n@return The node type of the reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                  \n@param nodeType The node type of the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                  \n@param nodeType The node type of the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                  \n@param startTime The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                  \n@return The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                  \n@param startTime The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                  \n@param startTime The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                  \n@param duration The duration of the node reservation in seconds.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                  \n@return The duration of the node reservation in seconds.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                  \n@param duration The duration of the node reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                  \n@param duration The duration of the node reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@param fixedPrice The fixed cost Amazon Redshift charges you for this reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@return The fixed cost Amazon Redshift charges you for this reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@param fixedPrice The fixed cost Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@param fixedPrice The fixed cost Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                  The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@param usagePrice The hourly rate Amazon Redshift charges you for this reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@return The hourly rate Amazon Redshift charges you for this reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@param usagePrice The hourly rate Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                  \n@param usagePrice The hourly rate Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The currency code for the reserved cluster.

                                                                                                                                                                                                                                  ", "name" : "CurrencyCode", "c2jName" : "CurrencyCode", "c2jShape" : "String", "variable" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The currency code for the reserved cluster.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrencyCode", "marshallLocationName" : "CurrencyCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The currency code for the reserved cluster.

                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The currency code for the reserved cluster.

                                                                                                                                                                                                                                  \n@return The currency code for the reserved cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The currency code for the reserved cluster.

                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The currency code for the reserved cluster.

                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The number of reserved compute nodes.

                                                                                                                                                                                                                                  ", "name" : "NodeCount", "c2jName" : "NodeCount", "c2jShape" : "Integer", "variable" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                  The number of reserved compute nodes.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeCount", "marshallLocationName" : "NodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of reserved compute nodes.

                                                                                                                                                                                                                                  \n@param nodeCount The number of reserved compute nodes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of reserved compute nodes.

                                                                                                                                                                                                                                  \n@return The number of reserved compute nodes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of reserved compute nodes.

                                                                                                                                                                                                                                  \n@param nodeCount The number of reserved compute nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of reserved compute nodes.

                                                                                                                                                                                                                                  \n@param nodeCount The number of reserved compute nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                  The state of the reserved compute node.

                                                                                                                                                                                                                                  Possible Values:

                                                                                                                                                                                                                                  • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                  • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                  • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "String", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The state of the reserved compute node.

                                                                                                                                                                                                                                  Possible Values:

                                                                                                                                                                                                                                  • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                  • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                  • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The state of the reserved compute node.

                                                                                                                                                                                                                                  Possible Values:

                                                                                                                                                                                                                                  • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                  • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                  • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                  \n@param state The state of the reserved compute node.

                                                                                                                                                                                                                                  Possible Values:

                                                                                                                                                                                                                                  • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                  • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                  • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                    The state of the reserved compute node.

                                                                                                                                                                                                                                    Possible Values:

                                                                                                                                                                                                                                    • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                    • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                    • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                    \n@return The state of the reserved compute node.

                                                                                                                                                                                                                                    Possible Values:

                                                                                                                                                                                                                                    • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                    • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                    • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                      The state of the reserved compute node.

                                                                                                                                                                                                                                      Possible Values:

                                                                                                                                                                                                                                      • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                      • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                      • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                      \n@param state The state of the reserved compute node.

                                                                                                                                                                                                                                      Possible Values:

                                                                                                                                                                                                                                      • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                      • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                      • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                        The state of the reserved compute node.

                                                                                                                                                                                                                                        Possible Values:

                                                                                                                                                                                                                                        • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                        • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                        • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                        \n@param state The state of the reserved compute node.

                                                                                                                                                                                                                                        Possible Values:

                                                                                                                                                                                                                                        • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                        • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                        • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@return The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                          The recurring charges for the reserved node.

                                                                                                                                                                                                                                          ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                          The recurring charges for the reserved node.

                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "RecurringCharge", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The recurring charges for the reserved node.

                                                                                                                                                                                                                                          \n@param recurringCharges The recurring charges for the reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The recurring charges for the reserved node.

                                                                                                                                                                                                                                          \n@return The recurring charges for the reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The recurring charges for the reserved node.

                                                                                                                                                                                                                                          \n@param recurringCharges The recurring charges for the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The recurring charges for the reserved node.

                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                          \n@param recurringCharges The recurring charges for the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "reservedNode", "variableType" : "ReservedNode", "variableDeclarationType" : "ReservedNode", "documentation" : null, "variableSetterType" : "ReservedNode", "simpleType" : "ReservedNode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CurrencyCode" : { "documentation" : "

                                                                                                                                                                                                                                          The currency code for the reserved cluster.

                                                                                                                                                                                                                                          ", "name" : "CurrencyCode", "c2jName" : "CurrencyCode", "c2jShape" : "String", "variable" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                          The currency code for the reserved cluster.

                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrencyCode", "marshallLocationName" : "CurrencyCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The currency code for the reserved cluster.

                                                                                                                                                                                                                                          \n@param currencyCode The currency code for the reserved cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The currency code for the reserved cluster.

                                                                                                                                                                                                                                          \n@return The currency code for the reserved cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The currency code for the reserved cluster.

                                                                                                                                                                                                                                          \n@param currencyCode The currency code for the reserved cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The currency code for the reserved cluster.

                                                                                                                                                                                                                                          \n@param currencyCode The currency code for the reserved cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "OfferingType" : { "documentation" : "

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@return The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                          \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "UsagePrice" : { "documentation" : "

                                                                                                                                                                                                                                          The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                          ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                          The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                          ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                          \n@param usagePrice The hourly rate Amazon Redshift charges you for this reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                          \n@return The hourly rate Amazon Redshift charges you for this reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                          \n@param usagePrice The hourly rate Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The hourly rate Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                          \n@param usagePrice The hourly rate Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NodeCount" : { "documentation" : "

                                                                                                                                                                                                                                          The number of reserved compute nodes.

                                                                                                                                                                                                                                          ", "name" : "NodeCount", "c2jName" : "NodeCount", "c2jShape" : "Integer", "variable" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                          The number of reserved compute nodes.

                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "nodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeCount", "marshallLocationName" : "NodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The number of reserved compute nodes.

                                                                                                                                                                                                                                          \n@param nodeCount The number of reserved compute nodes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The number of reserved compute nodes.

                                                                                                                                                                                                                                          \n@return The number of reserved compute nodes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The number of reserved compute nodes.

                                                                                                                                                                                                                                          \n@param nodeCount The number of reserved compute nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The number of reserved compute nodes.

                                                                                                                                                                                                                                          \n@param nodeCount The number of reserved compute nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "State" : { "documentation" : "

                                                                                                                                                                                                                                          The state of the reserved compute node.

                                                                                                                                                                                                                                          Possible Values:

                                                                                                                                                                                                                                          • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                          • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                          • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                          ", "name" : "State", "c2jName" : "State", "c2jShape" : "String", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                          The state of the reserved compute node.

                                                                                                                                                                                                                                          Possible Values:

                                                                                                                                                                                                                                          • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                          • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                          • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The state of the reserved compute node.

                                                                                                                                                                                                                                          Possible Values:

                                                                                                                                                                                                                                          • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                          • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                          • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                          \n@param state The state of the reserved compute node.

                                                                                                                                                                                                                                          Possible Values:

                                                                                                                                                                                                                                          • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                          • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                          • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                            The state of the reserved compute node.

                                                                                                                                                                                                                                            Possible Values:

                                                                                                                                                                                                                                            • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                            • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                            • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                            \n@return The state of the reserved compute node.

                                                                                                                                                                                                                                            Possible Values:

                                                                                                                                                                                                                                            • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                            • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                            • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                              The state of the reserved compute node.

                                                                                                                                                                                                                                              Possible Values:

                                                                                                                                                                                                                                              • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                              • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                              • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                              \n@param state The state of the reserved compute node.

                                                                                                                                                                                                                                              Possible Values:

                                                                                                                                                                                                                                              • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                              • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                              • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                The state of the reserved compute node.

                                                                                                                                                                                                                                                Possible Values:

                                                                                                                                                                                                                                                • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                                • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                                • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                                \n@param state The state of the reserved compute node.

                                                                                                                                                                                                                                                Possible Values:

                                                                                                                                                                                                                                                • pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
                                                                                                                                                                                                                                                • active-This reserved node is owned by the caller and is available for use.
                                                                                                                                                                                                                                                • payment-failed-Payment failed for the purchase attempt.
                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                                  \n@param nodeType The node type of the reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                                  \n@return The node type of the reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                                  \n@param nodeType The node type of the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The node type of the reserved node.

                                                                                                                                                                                                                                                  \n@param nodeType The node type of the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "StartTime" : { "documentation" : "

                                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                                  \n@param startTime The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                                  \n@return The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                                  \n@param startTime The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.

                                                                                                                                                                                                                                                  \n@param startTime The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RecurringCharges" : { "documentation" : "

                                                                                                                                                                                                                                                  The recurring charges for the reserved node.

                                                                                                                                                                                                                                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                  The recurring charges for the reserved node.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "RecurringCharge", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The recurring charges for the reserved node.

                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring charges for the reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The recurring charges for the reserved node.

                                                                                                                                                                                                                                                  \n@return The recurring charges for the reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The recurring charges for the reserved node.

                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring charges for the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The recurring charges for the reserved node.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring charges for the reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Duration" : { "documentation" : "

                                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                                  \n@param duration The duration of the node reservation in seconds.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                                  \n@return The duration of the node reservation in seconds.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                                  \n@param duration The duration of the node reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The duration of the node reservation in seconds.

                                                                                                                                                                                                                                                  \n@param duration The duration of the node reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ReservedNodeId" : { "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeId", "c2jName" : "ReservedNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeId", "marshallLocationName" : "ReservedNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                  \n@param reservedNodeId The unique identifier for the reservation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                  \n@return The unique identifier for the reservation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                  \n@param reservedNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                  \n@param reservedNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ReservedNodeOfferingId" : { "documentation" : "

                                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The identifier for the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                                  \n@return The identifier for the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The identifier for the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The identifier for the reserved node offering.

                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The identifier for the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "FixedPrice" : { "documentation" : "

                                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed cost Amazon Redshift charges you for this reserved node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                                  \n@return The fixed cost Amazon Redshift charges you for this reserved node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed cost Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The fixed cost Amazon Redshift charges you for this reserved node.

                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed cost Amazon Redshift charges you for this reserved node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterAlreadyExistsException" : { "c2jName" : "ClusterAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                  The account already has a cluster with the given identifier.

                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterAlreadyExistsException", "variableType" : "ClusterAlreadyExistsException", "variableDeclarationType" : "ClusterAlreadyExistsException", "documentation" : null, "variableSetterType" : "ClusterAlreadyExistsException", "simpleType" : "ClusterAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HsmConfigurationNotFoundException" : { "c2jName" : "HsmConfigurationNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                  There is no Amazon Redshift HSM configuration with the specified identifier.

                                                                                                                                                                                                                                                  ", "shapeName" : "HsmConfigurationNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "hsmConfigurationNotFoundException", "variableType" : "HsmConfigurationNotFoundException", "variableDeclarationType" : "HsmConfigurationNotFoundException", "documentation" : null, "variableSetterType" : "HsmConfigurationNotFoundException", "simpleType" : "HsmConfigurationNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HsmConfigurationNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyClusterRequest" : { "c2jName" : "ModifyClusterMessage", "documentation" : "

                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyClusterRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                  ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                  \n@param clusterType The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                  \n@return The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                  \n@param clusterType The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                  \n@param clusterType The new cluster type.

                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                  \n@param nodeType The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                  \n@return The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                  \n@param nodeType The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                  \n@param nodeType The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                  \n@param numberOfNodes The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                  \n@return The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                  \n@param numberOfNodes The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                  \n@param numberOfNodes The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                  A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupNameList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                  A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                    A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                    Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                    • First character must be a letter
                                                                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                    \n@return A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                    Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                    • First character must be a letter
                                                                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                      A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                      Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                      • First character must be a letter
                                                                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                      \n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                      Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                      • First character must be a letter
                                                                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                        A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                        • First character must be a letter
                                                                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                        \n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                        • First character must be a letter
                                                                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                          A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                          ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                          A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                          \n@param vpcSecurityGroupIds A list of virtual private cloud (VPC) security groups to be associated with the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                          \n@return A list of virtual private cloud (VPC) security groups to be associated with the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                          \n@param vpcSecurityGroupIds A list of virtual private cloud (VPC) security groups to be associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                          \n@param vpcSecurityGroupIds A list of virtual private cloud (VPC) security groups to be associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                          The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                          ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                          \n@param masterUserPassword The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                            The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                            Default: Uses existing setting.

                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                            • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                            • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                            • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                            • Must contain one number.
                                                                                                                                                                                                                                                            • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                            \n@return The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                            Default: Uses existing setting.

                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                            • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                            • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                            • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                            • Must contain one number.
                                                                                                                                                                                                                                                            • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                              The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                              Default: Uses existing setting.

                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                              • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                              • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                              • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                              • Must contain one number.
                                                                                                                                                                                                                                                              • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                              \n@param masterUserPassword The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                              Default: Uses existing setting.

                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                              • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                              • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                              • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                              • Must contain one number.
                                                                                                                                                                                                                                                              • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                Default: Uses existing setting.

                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                • Must contain one number.
                                                                                                                                                                                                                                                                • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                \n@param masterUserPassword The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                Default: Uses existing setting.

                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                • Must contain one number.
                                                                                                                                                                                                                                                                • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                  ", "name" : "ClusterParameterGroupName", "c2jName" : "ClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupName", "marshallLocationName" : "ClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                  \n@param clusterParameterGroupName The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                  \n@param clusterParameterGroupName The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                  \n@param clusterParameterGroupName The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@return The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@return The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@return The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                  ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                  \n@return If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  ", "name" : "NewClusterIdentifier", "c2jName" : "NewClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewClusterIdentifier", "marshallLocationName" : "NewClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@param newClusterIdentifier The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@return The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@param newClusterIdentifier The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@param newClusterIdentifier The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                  \n@return If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@return The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "modifyClusterRequest", "variableType" : "ModifyClusterRequest", "variableDeclarationType" : "ModifyClusterRequest", "documentation" : null, "variableSetterType" : "ModifyClusterRequest", "simpleType" : "ModifyClusterRequest" }, "marshaller" : { "action" : "ModifyCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ElasticIp" : { "documentation" : "

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@return The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  \n@param elasticIp The Elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                  Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AutomatedSnapshotRetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@return The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                  If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@return The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0

                                                                                                                                                                                                                                                                  \n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.

                                                                                                                                                                                                                                                                  For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                  Example: 1.0\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NewClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  ", "name" : "NewClusterIdentifier", "c2jName" : "NewClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewClusterIdentifier", "marshallLocationName" : "NewClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@param newClusterIdentifier The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@return The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@param newClusterIdentifier The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster

                                                                                                                                                                                                                                                                  \n@param newClusterIdentifier The new identifier for the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                  Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NumberOfNodes" : { "documentation" : "

                                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                                  \n@param numberOfNodes The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                                  \n@return The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                                  \n@param numberOfNodes The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.

                                                                                                                                                                                                                                                                  \n@param numberOfNodes The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.

                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: Integer greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PreferredMaintenanceWindow" : { "documentation" : "

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@return The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.

                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

                                                                                                                                                                                                                                                                  This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

                                                                                                                                                                                                                                                                  Default: Uses existing setting.

                                                                                                                                                                                                                                                                  Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00.

                                                                                                                                                                                                                                                                  Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                  Constraints: Must be at least 30 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterType" : { "documentation" : "

                                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                  ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                  \n@param clusterType The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                  \n@return The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                  \n@param clusterType The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                  \n@param clusterType The new cluster type.

                                                                                                                                                                                                                                                                  When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                  A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupNameList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                  A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                  Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                    A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                    Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                    • First character must be a letter
                                                                                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                    \n@return A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                    Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                    • First character must be a letter
                                                                                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                      A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                      Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                      • First character must be a letter
                                                                                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                      \n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                      Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                      • First character must be a letter
                                                                                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                        A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                        Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                        • First character must be a letter
                                                                                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                        \n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                                        Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.

                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                        • First character must be a letter
                                                                                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                          The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster

                                                                                                                                                                                                                                                                          ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster

                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster

                                                                                                                                                                                                                                                                          \n@param clusterIdentifier The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster

                                                                                                                                                                                                                                                                          \n@return The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster

                                                                                                                                                                                                                                                                          \n@param clusterIdentifier The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster

                                                                                                                                                                                                                                                                          \n@param clusterIdentifier The unique identifier of the cluster to be modified.

                                                                                                                                                                                                                                                                          Example: examplecluster\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                          The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                          ", "name" : "ClusterParameterGroupName", "c2jName" : "ClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupName", "marshallLocationName" : "ClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                          \n@param clusterParameterGroupName The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                          \n@return The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                          \n@param clusterParameterGroupName The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.

                                                                                                                                                                                                                                                                          \n@param clusterParameterGroupName The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MasterUserPassword" : { "documentation" : "

                                                                                                                                                                                                                                                                          The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                          ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                          \n@param masterUserPassword The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                          Default: Uses existing setting.

                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                          • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                          • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                          • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                          • Must contain one number.
                                                                                                                                                                                                                                                                          • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                            The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                            Default: Uses existing setting.

                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                            • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                            • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                            • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                            • Must contain one number.
                                                                                                                                                                                                                                                                            • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                            \n@return The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                            Default: Uses existing setting.

                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                            • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                            • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                            • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                            • Must contain one number.
                                                                                                                                                                                                                                                                            • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                              The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                              Default: Uses existing setting.

                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                              • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                              • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                              • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                              • Must contain one number.
                                                                                                                                                                                                                                                                              • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                              \n@param masterUserPassword The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                              Default: Uses existing setting.

                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                              • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                              • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                              • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                              • Must contain one number.
                                                                                                                                                                                                                                                                              • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                                Default: Uses existing setting.

                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                                • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                                • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                                • Must contain one number.
                                                                                                                                                                                                                                                                                • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                                \n@param masterUserPassword The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.

                                                                                                                                                                                                                                                                                Default: Uses existing setting.

                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                • Must be between 8 and 64 characters in length.
                                                                                                                                                                                                                                                                                • Must contain at least one uppercase letter.
                                                                                                                                                                                                                                                                                • Must contain at least one lowercase letter.
                                                                                                                                                                                                                                                                                • Must contain one number.
                                                                                                                                                                                                                                                                                • Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AllowVersionUpgrade" : { "documentation" : "

                                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                                  ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                                  \n@return If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades will be applied automatically to the cluster during the maintenance window.

                                                                                                                                                                                                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcSecurityGroupIds" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupIds A list of virtual private cloud (VPC) security groups to be associated with the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                  \n@return A list of virtual private cloud (VPC) security groups to be associated with the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupIds A list of virtual private cloud (VPC) security groups to be associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of virtual private cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupIds A list of virtual private cloud (VPC) security groups to be associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                                                  \n@param nodeType The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                                                  \n@return The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                                                  \n@param nodeType The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.

                                                                                                                                                                                                                                                                                  \n@param nodeType The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.

                                                                                                                                                                                                                                                                                  When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.

                                                                                                                                                                                                                                                                                  Valid Values: ds1.xlarge | ds1.8xlarge | ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PubliclyAccessible" : { "documentation" : "

                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                                  \n@return If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.

                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateTagsRequest" : { "c2jName" : "CreateTagsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  Contains the output from the CreateTags action.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "CreateTagsRequest", "deprecated" : false, "required" : [ "ResourceName", "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n@param tags One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n@return One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n@param tags One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tags One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "variableDeclarationType" : "CreateTagsRequest", "documentation" : null, "variableSetterType" : "CreateTagsRequest", "simpleType" : "CreateTagsRequest" }, "marshaller" : { "action" : "CreateTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n@param tags One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n@return One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n@param tags One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tags One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "ReservedNodeOffering" : { "c2jName" : "ReservedNodeOffering", "documentation" : "

                                                                                                                                                                                                                                                                                  Describes a reserved node offering.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "ReservedNodeOffering", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The offering identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@return The offering identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param nodeType The node type offered by the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@return The node type offered by the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param nodeType The node type offered by the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param nodeType The node type offered by the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@param duration The duration, in seconds, for which the offering will reserve the node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@return The duration, in seconds, for which the offering will reserve the node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@param duration The duration, in seconds, for which the offering will reserve the node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@param duration The duration, in seconds, for which the offering will reserve the node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param fixedPrice The upfront fixed charge you will pay to purchase the specific reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@return The upfront fixed charge you will pay to purchase the specific reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param fixedPrice The upfront fixed charge you will pay to purchase the specific reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param fixedPrice The upfront fixed charge you will pay to purchase the specific reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@param usagePrice The rate you are charged for each hour the cluster that is using the offering is running.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@return The rate you are charged for each hour the cluster that is using the offering is running.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@param usagePrice The rate you are charged for each hour the cluster that is using the offering is running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@param usagePrice The rate you are charged for each hour the cluster that is using the offering is running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  ", "name" : "CurrencyCode", "c2jName" : "CurrencyCode", "c2jShape" : "String", "variable" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrencyCode", "marshallLocationName" : "CurrencyCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the compute nodes offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@return The currency code for the compute nodes offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the compute nodes offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the compute nodes offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@return The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "RecurringCharge", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n@param recurringCharges The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n@return The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n@param recurringCharges The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param recurringCharges The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "reservedNodeOffering", "variableType" : "ReservedNodeOffering", "variableDeclarationType" : "ReservedNodeOffering", "documentation" : null, "variableSetterType" : "ReservedNodeOffering", "simpleType" : "ReservedNodeOffering" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CurrencyCode" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  ", "name" : "CurrencyCode", "c2jName" : "CurrencyCode", "c2jShape" : "String", "variable" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrencyCode", "marshallLocationName" : "CurrencyCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the compute nodes offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@return The currency code for the compute nodes offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the compute nodes offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The currency code for the compute nodes offering.

                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the compute nodes offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "OfferingType" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@return The anticipated utilization of the reserved node, as defined in the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The anticipated utilization of the reserved node, as defined in the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param offeringType The anticipated utilization of the reserved node, as defined in the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "UsagePrice" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@param usagePrice The rate you are charged for each hour the cluster that is using the offering is running.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@return The rate you are charged for each hour the cluster that is using the offering is running.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@param usagePrice The rate you are charged for each hour the cluster that is using the offering is running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The rate you are charged for each hour the cluster that is using the offering is running.

                                                                                                                                                                                                                                                                                  \n@param usagePrice The rate you are charged for each hour the cluster that is using the offering is running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param nodeType The node type offered by the reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@return The node type offered by the reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param nodeType The node type offered by the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The node type offered by the reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param nodeType The node type offered by the reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RecurringCharges" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "RecurringCharge", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n@param recurringCharges The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n@return The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n@param recurringCharges The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param recurringCharges The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Duration" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@param duration The duration, in seconds, for which the offering will reserve the node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@return The duration, in seconds, for which the offering will reserve the node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@param duration The duration, in seconds, for which the offering will reserve the node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration, in seconds, for which the offering will reserve the node.

                                                                                                                                                                                                                                                                                  \n@param duration The duration, in seconds, for which the offering will reserve the node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ReservedNodeOfferingId" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The offering identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@return The offering identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "FixedPrice" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param fixedPrice The upfront fixed charge you will pay to purchase the specific reserved node offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@return The upfront fixed charge you will pay to purchase the specific reserved node offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param fixedPrice The upfront fixed charge you will pay to purchase the specific reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The upfront fixed charge you will pay to purchase the specific reserved node offering.

                                                                                                                                                                                                                                                                                  \n@param fixedPrice The upfront fixed charge you will pay to purchase the specific reserved node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SNSNoAuthorizationException" : { "c2jName" : "SNSNoAuthorizationFault", "documentation" : "

                                                                                                                                                                                                                                                                                  You do not have permission to publish to the specified Amazon SNS topic.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "SNSNoAuthorizationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "sNSNoAuthorizationException", "variableType" : "SNSNoAuthorizationException", "variableDeclarationType" : "SNSNoAuthorizationException", "documentation" : null, "variableSetterType" : "SNSNoAuthorizationException", "simpleType" : "SNSNoAuthorizationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SNSNoAuthorization", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterParameterGroupStatus" : { "c2jName" : "ClusterParameterGroupStatus", "documentation" : "

                                                                                                                                                                                                                                                                                  Describes the status of a parameter group.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterParameterGroupStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@return The status of parameter updates.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterParameterStatusList", "c2jName" : "ClusterParameterStatusList", "c2jShape" : "ClusterParameterStatusList", "variable" : { "variableName" : "clusterParameterStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterParameterStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterStatusList", "marshallLocationName" : "ClusterParameterStatusList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterParameterStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterParameterStatus", "variable" : { "variableName" : "member", "variableType" : "ClusterParameterStatus", "variableDeclarationType" : "ClusterParameterStatus", "documentation" : "", "variableSetterType" : "ClusterParameterStatus", "simpleType" : "ClusterParameterStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterParameterStatus", "variableDeclarationType" : "ClusterParameterStatus", "documentation" : "", "variableSetterType" : "ClusterParameterStatus", "simpleType" : "ClusterParameterStatus" }, "getterModel" : { "returnType" : "ClusterParameterStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterParameterStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n@param clusterParameterStatusList The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n@return The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n@param clusterParameterStatusList The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterParameterStatusList(java.util.Collection)} or {@link #withClusterParameterStatusList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param clusterParameterStatusList The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterParameterGroupStatus", "variableType" : "ClusterParameterGroupStatus", "variableDeclarationType" : "ClusterParameterGroupStatus", "documentation" : null, "variableSetterType" : "ClusterParameterGroupStatus", "simpleType" : "ClusterParameterGroupStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterApplyStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@return The status of parameter updates.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterParameterStatusList" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterParameterStatusList", "c2jName" : "ClusterParameterStatusList", "c2jShape" : "ClusterParameterStatusList", "variable" : { "variableName" : "clusterParameterStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterParameterStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterStatusList", "marshallLocationName" : "ClusterParameterStatusList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterParameterStatus", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterParameterStatus", "variable" : { "variableName" : "member", "variableType" : "ClusterParameterStatus", "variableDeclarationType" : "ClusterParameterStatus", "documentation" : "", "variableSetterType" : "ClusterParameterStatus", "simpleType" : "ClusterParameterStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterParameterStatus", "variableDeclarationType" : "ClusterParameterStatus", "documentation" : "", "variableSetterType" : "ClusterParameterStatus", "simpleType" : "ClusterParameterStatus" }, "getterModel" : { "returnType" : "ClusterParameterStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterParameterStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n@param clusterParameterStatusList The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n@return The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n@param clusterParameterStatusList The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterParameterStatusList(java.util.Collection)} or {@link #withClusterParameterStatusList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param clusterParameterStatusList The list of parameter statuses.

                                                                                                                                                                                                                                                                                  For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "RotateEncryptionKeyRequest" : { "c2jName" : "RotateEncryptionKeyMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "RotateEncryptionKeyRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "rotateEncryptionKeyRequest", "variableType" : "RotateEncryptionKeyRequest", "variableDeclarationType" : "RotateEncryptionKeyRequest", "documentation" : null, "variableSetterType" : "RotateEncryptionKeyRequest", "simpleType" : "RotateEncryptionKeyRequest" }, "marshaller" : { "action" : "RotateEncryptionKey", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster that you want to rotate the encryption keys for.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster that has encryption enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteHsmClientCertificateResult" : { "c2jName" : "DeleteHsmClientCertificateResult", "documentation" : null, "shapeName" : "DeleteHsmClientCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteHsmClientCertificateResult", "variableType" : "DeleteHsmClientCertificateResult", "variableDeclarationType" : "DeleteHsmClientCertificateResult", "documentation" : null, "variableSetterType" : "DeleteHsmClientCertificateResult", "simpleType" : "DeleteHsmClientCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEventCategoriesRequest" : { "c2jName" : "DescribeEventCategoriesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeEventCategoriesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@return The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeEventCategoriesRequest", "variableType" : "DescribeEventCategoriesRequest", "variableDeclarationType" : "DescribeEventCategoriesRequest", "documentation" : null, "variableSetterType" : "DescribeEventCategoriesRequest", "simpleType" : "DescribeEventCategoriesRequest" }, "marshaller" : { "action" : "DescribeEventCategories", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceType" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@return The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.

                                                                                                                                                                                                                                                                                  \n@param sourceType The source type, such as cluster or parameter group, to which the described event categories apply.

                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "NumberOfNodesPerClusterLimitExceededException" : { "c2jName" : "NumberOfNodesPerClusterLimitExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                  The operation would exceed the number of nodes allowed for a cluster.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "NumberOfNodesPerClusterLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "numberOfNodesPerClusterLimitExceededException", "variableType" : "NumberOfNodesPerClusterLimitExceededException", "variableDeclarationType" : "NumberOfNodesPerClusterLimitExceededException", "documentation" : null, "variableSetterType" : "NumberOfNodesPerClusterLimitExceededException", "simpleType" : "NumberOfNodesPerClusterLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NumberOfNodesPerClusterLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSubnetGroup" : { "c2jName" : "ClusterSubnetGroup", "documentation" : "

                                                                                                                                                                                                                                                                                  Describes a subnet group.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSubnetGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The name of the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param description The description of the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The description of the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param description The description of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param description The description of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC ID of the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The VPC ID of the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC ID of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC ID of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  ", "name" : "SubnetGroupStatus", "c2jName" : "SubnetGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetGroupStatus", "marshallLocationName" : "SubnetGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@param subnetGroupStatus The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@return The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@param subnetGroupStatus The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@param subnetGroupStatus The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnets", "marshallLocationName" : "Subnets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subnet", "memberLocationName" : "Subnet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subnet", "variable" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "variableSetterType" : "Subnet", "simpleType" : "Subnet" }, "setterModel" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "variableSetterType" : "Subnet", "simpleType" : "Subnet" }, "getterModel" : { "returnType" : "Subnet", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnet", "marshallLocationName" : "Subnet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Subnet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n@param subnets A list of the VPC Subnet elements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n@return A list of the VPC Subnet elements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n@param subnets A list of the VPC Subnet elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param subnets A list of the VPC Subnet elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The list of tags for the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterSubnetGroup", "variableType" : "ClusterSubnetGroup", "variableDeclarationType" : "ClusterSubnetGroup", "documentation" : null, "variableSetterType" : "ClusterSubnetGroup", "simpleType" : "ClusterSubnetGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Subnets" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnets", "marshallLocationName" : "Subnets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subnet", "memberLocationName" : "Subnet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subnet", "variable" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "variableSetterType" : "Subnet", "simpleType" : "Subnet" }, "setterModel" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "variableSetterType" : "Subnet", "simpleType" : "Subnet" }, "getterModel" : { "returnType" : "Subnet", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnet", "marshallLocationName" : "Subnet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Subnet", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n@param subnets A list of the VPC Subnet elements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n@return A list of the VPC Subnet elements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n@param subnets A list of the VPC Subnet elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of the VPC Subnet elements.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param subnets A list of the VPC Subnet elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Description" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param description The description of the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The description of the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param description The description of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param description The description of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcId" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC ID of the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The VPC ID of the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC ID of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The VPC ID of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC ID of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The name of the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SubnetGroupStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  ", "name" : "SubnetGroupStatus", "c2jName" : "SubnetGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetGroupStatus", "marshallLocationName" : "SubnetGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@param subnetGroupStatus The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@return The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@param subnetGroupStatus The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

                                                                                                                                                                                                                                                                                  \n@param subnetGroupStatus The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@return The list of tags for the cluster subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The list of tags for the cluster subnet group.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DescribeClusterSubnetGroupsRequest" : { "c2jName" : "DescribeClusterSubnetGroupsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeClusterSubnetGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group for which information is requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@return The name of the cluster subnet group for which information is requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group for which information is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group for which information is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterSubnetGroupsRequest", "variableType" : "DescribeClusterSubnetGroupsRequest", "variableDeclarationType" : "DescribeClusterSubnetGroupsRequest", "documentation" : null, "variableSetterType" : "DescribeClusterSubnetGroupsRequest", "simpleType" : "DescribeClusterSubnetGroupsRequest" }, "marshaller" : { "action" : "DescribeClusterSubnetGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group for which information is requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@return The name of the cluster subnet group for which information is requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group for which information is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the cluster subnet group for which information is requested.

                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group for which information is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster subnet groups that are associated with the specified key or keys. For example, suppose that you have subnet groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteHsmConfigurationResult" : { "c2jName" : "DeleteHsmConfigurationResult", "documentation" : null, "shapeName" : "DeleteHsmConfigurationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteHsmConfigurationResult", "variableType" : "DeleteHsmConfigurationResult", "variableDeclarationType" : "DeleteHsmConfigurationResult", "documentation" : null, "variableSetterType" : "DeleteHsmConfigurationResult", "simpleType" : "DeleteHsmConfigurationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NumberOfNodesQuotaExceededException" : { "c2jName" : "NumberOfNodesQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                  The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "NumberOfNodesQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "numberOfNodesQuotaExceededException", "variableType" : "NumberOfNodesQuotaExceededException", "variableDeclarationType" : "NumberOfNodesQuotaExceededException", "documentation" : null, "variableSetterType" : "NumberOfNodesQuotaExceededException", "simpleType" : "NumberOfNodesQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NumberOfNodesQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyClusterParameterGroupRequest" : { "c2jName" : "ModifyClusterParameterGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyClusterParameterGroupRequest", "deprecated" : false, "required" : [ "ParameterGroupName", "Parameters" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the parameter group to be modified.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@return The name of the parameter group to be modified.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the parameter group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the parameter group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n@param parameters An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n@return An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n@param parameters An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param parameters An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "modifyClusterParameterGroupRequest", "variableType" : "ModifyClusterParameterGroupRequest", "variableDeclarationType" : "ModifyClusterParameterGroupRequest", "documentation" : null, "variableSetterType" : "ModifyClusterParameterGroupRequest", "simpleType" : "ModifyClusterParameterGroupRequest" }, "marshaller" : { "action" : "ModifyClusterParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n@param parameters An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n@return An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n@param parameters An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param parameters An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                  For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

                                                                                                                                                                                                                                                                                  For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the parameter group to be modified.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@return The name of the parameter group to be modified.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the parameter group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the parameter group to be modified.

                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the parameter group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "RestoreTableFromClusterSnapshotRequest" : { "c2jName" : "RestoreTableFromClusterSnapshotMessage", "documentation" : "", "shapeName" : "RestoreTableFromClusterSnapshotRequest", "deprecated" : false, "required" : [ "ClusterIdentifier", "SnapshotIdentifier", "SourceDatabaseName", "SourceTableName", "NewTableName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster to restore the table to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@return The identifier of the Amazon Redshift cluster to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@return The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceDatabaseName", "c2jName" : "SourceDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDatabaseName", "marshallLocationName" : "SourceDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceDatabaseName The name of the source database that contains the table to restore from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@return The name of the source database that contains the table to restore from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceDatabaseName The name of the source database that contains the table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceDatabaseName The name of the source database that contains the table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceSchemaName", "c2jName" : "SourceSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSchemaName", "marshallLocationName" : "SourceSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@param sourceSchemaName The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@return The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@param sourceSchemaName The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@param sourceSchemaName The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceTableName", "c2jName" : "SourceTableName", "c2jShape" : "String", "variable" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceTableName", "marshallLocationName" : "SourceTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceTableName The name of the source table to restore from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@return The name of the source table to restore from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceTableName The name of the source table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceTableName The name of the source table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  ", "name" : "TargetDatabaseName", "c2jName" : "TargetDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetDatabaseName", "marshallLocationName" : "TargetDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetDatabaseName The name of the database to restore the table to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@return The name of the database to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  ", "name" : "TargetSchemaName", "c2jName" : "TargetSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSchemaName", "marshallLocationName" : "TargetSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetSchemaName The name of the schema to restore the table to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@return The name of the schema to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  ", "name" : "NewTableName", "c2jName" : "NewTableName", "c2jShape" : "String", "variable" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewTableName", "marshallLocationName" : "NewTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@param newTableName The name of the table to create as a result of the current request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@return The name of the table to create as a result of the current request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@param newTableName The name of the table to create as a result of the current request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@param newTableName The name of the table to create as a result of the current request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "restoreTableFromClusterSnapshotRequest", "variableType" : "RestoreTableFromClusterSnapshotRequest", "variableDeclarationType" : "RestoreTableFromClusterSnapshotRequest", "documentation" : null, "variableSetterType" : "RestoreTableFromClusterSnapshotRequest", "simpleType" : "RestoreTableFromClusterSnapshotRequest" }, "marshaller" : { "action" : "RestoreTableFromClusterSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceTableName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceTableName", "c2jName" : "SourceTableName", "c2jShape" : "String", "variable" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceTableName", "marshallLocationName" : "SourceTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceTableName The name of the source table to restore from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@return The name of the source table to restore from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceTableName The name of the source table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceTableName The name of the source table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TargetDatabaseName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  ", "name" : "TargetDatabaseName", "c2jName" : "TargetDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetDatabaseName", "marshallLocationName" : "TargetDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetDatabaseName The name of the database to restore the table to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@return The name of the database to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetDatabaseName The name of the database to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceSchemaName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceSchemaName", "c2jName" : "SourceSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSchemaName", "marshallLocationName" : "SourceSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@param sourceSchemaName The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@return The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@param sourceSchemaName The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.

                                                                                                                                                                                                                                                                                  \n@param sourceSchemaName The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@return The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.

                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceDatabaseName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  ", "name" : "SourceDatabaseName", "c2jName" : "SourceDatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDatabaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDatabaseName", "marshallLocationName" : "SourceDatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceDatabaseName The name of the source database that contains the table to restore from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@return The name of the source database that contains the table to restore from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceDatabaseName The name of the source database that contains the table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the source database that contains the table to restore from.

                                                                                                                                                                                                                                                                                  \n@param sourceDatabaseName The name of the source database that contains the table to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TargetSchemaName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  ", "name" : "TargetSchemaName", "c2jName" : "TargetSchemaName", "c2jShape" : "String", "variable" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetSchemaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSchemaName", "marshallLocationName" : "TargetSchemaName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetSchemaName The name of the schema to restore the table to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@return The name of the schema to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the schema to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param targetSchemaName The name of the schema to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster to restore the table to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@return The identifier of the Amazon Redshift cluster to restore the table to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the Amazon Redshift cluster to restore the table to.

                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the Amazon Redshift cluster to restore the table to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NewTableName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  ", "name" : "NewTableName", "c2jName" : "NewTableName", "c2jShape" : "String", "variable" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newTableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewTableName", "marshallLocationName" : "NewTableName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@param newTableName The name of the table to create as a result of the current request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@return The name of the table to create as a result of the current request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@param newTableName The name of the table to create as a result of the current request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table to create as a result of the current request.

                                                                                                                                                                                                                                                                                  \n@param newTableName The name of the table to create as a result of the current request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterSnapshotAlreadyExistsException" : { "c2jName" : "ClusterSnapshotAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                                  The value specified as a snapshot identifier is already used by an existing snapshot.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSnapshotAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSnapshotAlreadyExistsException", "variableType" : "ClusterSnapshotAlreadyExistsException", "variableDeclarationType" : "ClusterSnapshotAlreadyExistsException", "documentation" : null, "variableSetterType" : "ClusterSnapshotAlreadyExistsException", "simpleType" : "ClusterSnapshotAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSnapshotAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSecurityGroupAlreadyExistsException" : { "c2jName" : "ClusterSecurityGroupAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                                  A cluster security group with the same name already exists.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSecurityGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSecurityGroupAlreadyExistsException", "variableType" : "ClusterSecurityGroupAlreadyExistsException", "variableDeclarationType" : "ClusterSecurityGroupAlreadyExistsException", "documentation" : null, "variableSetterType" : "ClusterSecurityGroupAlreadyExistsException", "simpleType" : "ClusterSecurityGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSecurityGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeReservedNodeOfferingsResult" : { "c2jName" : "ReservedNodeOfferingsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeReservedNodeOfferingsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferings", "c2jName" : "ReservedNodeOfferings", "c2jShape" : "ReservedNodeOfferingList", "variable" : { "variableName" : "reservedNodeOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "reservedNodeOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferings", "marshallLocationName" : "ReservedNodeOfferings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedNodeOffering", "memberLocationName" : "ReservedNodeOffering", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedNodeOffering", "variable" : { "variableName" : "member", "variableType" : "ReservedNodeOffering", "variableDeclarationType" : "ReservedNodeOffering", "documentation" : "", "variableSetterType" : "ReservedNodeOffering", "simpleType" : "ReservedNodeOffering" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedNodeOffering", "variableDeclarationType" : "ReservedNodeOffering", "documentation" : "", "variableSetterType" : "ReservedNodeOffering", "simpleType" : "ReservedNodeOffering" }, "getterModel" : { "returnType" : "ReservedNodeOffering", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOffering", "marshallLocationName" : "ReservedNodeOffering", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ReservedNodeOffering", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferings A list of ReservedNodeOffering objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n@return A list of ReservedNodeOffering objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferings A list of ReservedNodeOffering objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedNodeOfferings(java.util.Collection)} or {@link #withReservedNodeOfferings(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferings A list of ReservedNodeOffering objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeReservedNodeOfferingsResult", "variableType" : "DescribeReservedNodeOfferingsResult", "variableDeclarationType" : "DescribeReservedNodeOfferingsResult", "documentation" : null, "variableSetterType" : "DescribeReservedNodeOfferingsResult", "simpleType" : "DescribeReservedNodeOfferingsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeReservedNodeOfferingsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReservedNodeOfferings" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferings", "c2jName" : "ReservedNodeOfferings", "c2jShape" : "ReservedNodeOfferingList", "variable" : { "variableName" : "reservedNodeOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "reservedNodeOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferings", "marshallLocationName" : "ReservedNodeOfferings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedNodeOffering", "memberLocationName" : "ReservedNodeOffering", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedNodeOffering", "variable" : { "variableName" : "member", "variableType" : "ReservedNodeOffering", "variableDeclarationType" : "ReservedNodeOffering", "documentation" : "", "variableSetterType" : "ReservedNodeOffering", "simpleType" : "ReservedNodeOffering" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedNodeOffering", "variableDeclarationType" : "ReservedNodeOffering", "documentation" : "", "variableSetterType" : "ReservedNodeOffering", "simpleType" : "ReservedNodeOffering" }, "getterModel" : { "returnType" : "ReservedNodeOffering", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOffering", "marshallLocationName" : "ReservedNodeOffering", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ReservedNodeOffering", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferings A list of ReservedNodeOffering objects.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n@return A list of ReservedNodeOffering objects.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferings A list of ReservedNodeOffering objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of ReservedNodeOffering objects.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedNodeOfferings(java.util.Collection)} or {@link #withReservedNodeOfferings(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferings A list of ReservedNodeOffering objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "AuthorizationQuotaExceededException" : { "c2jName" : "AuthorizationQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                  The authorization quota for the cluster security group has been reached.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "AuthorizationQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "authorizationQuotaExceededException", "variableType" : "AuthorizationQuotaExceededException", "variableDeclarationType" : "AuthorizationQuotaExceededException", "documentation" : null, "variableSetterType" : "AuthorizationQuotaExceededException", "simpleType" : "AuthorizationQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeReservedNodesRequest" : { "c2jName" : "DescribeReservedNodesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeReservedNodesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeId", "c2jName" : "ReservedNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeId", "marshallLocationName" : "ReservedNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeId Identifier for the node reservation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@return Identifier for the node reservation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeId Identifier for the node reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeId Identifier for the node reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeReservedNodesRequest", "variableType" : "DescribeReservedNodesRequest", "variableDeclarationType" : "DescribeReservedNodesRequest", "documentation" : null, "variableSetterType" : "DescribeReservedNodesRequest", "simpleType" : "DescribeReservedNodesRequest" }, "marshaller" : { "action" : "DescribeReservedNodes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReservedNodeId" : { "documentation" : "

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeId", "c2jName" : "ReservedNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeId", "marshallLocationName" : "ReservedNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeId Identifier for the node reservation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@return Identifier for the node reservation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeId Identifier for the node reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Identifier for the node reservation.

                                                                                                                                                                                                                                                                                  \n@param reservedNodeId Identifier for the node reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeEventsRequest" : { "c2jName" : "DescribeEventsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeEventsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                  • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                  • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                  • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                  • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                  • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                  • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                  \n@param sourceIdentifier The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                  • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                  • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                  • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                    The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                    If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                    • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                    • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                    • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                    • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                    \n@return The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                    If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                    • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                    • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                    • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                    • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                      The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                      If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                      • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                      • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                      • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                      • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                      \n@param sourceIdentifier The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                      If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                      • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                      • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                      • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                      • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                        The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                        If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                        • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                        • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                        • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                        • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                        \n@param sourceIdentifier The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                        If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                        • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                        • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                        • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                        • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                          • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                          • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                          ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                          • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                          • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                          • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                          • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                          \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                          • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                          • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                          • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                          • \n@see SourceType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                            The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                            If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                            • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                            • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                            • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                            • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                            \n@return The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                            If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                            • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                            • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                            • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                            • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                            • \n@see SourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                              The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                              If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                              • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                              • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                              • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                              • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                              \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                              If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                              • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                              • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                              • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                              • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                  \n@param duration The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                  \n@return The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                  \n@param duration The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                  \n@param duration The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                  Default: 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "variableDeclarationType" : "DescribeEventsRequest", "documentation" : null, "variableSetterType" : "DescribeEventsRequest", "simpleType" : "DescribeEventsRequest" }, "marshaller" : { "action" : "DescribeEvents", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                  \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                  • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                  • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                  • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                  • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                  • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                  • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                  \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                  • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                  • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                  • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                  • \n@see SourceType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                    The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                    If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                    • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                    • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                    • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                    • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                    \n@return The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                    If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                    • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                    • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                    • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                    • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                    • \n@see SourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                      The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                      If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                      • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                      • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                      • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                      • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                      \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                      If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                      • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                      • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                      • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                      • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                        The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                        If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                        • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                        • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                        • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                        • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                        \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                        If SourceType is supplied, SourceIdentifier must also be provided.

                                                                                                                                                                                                                                                                                                        • Specify cluster when SourceIdentifier is a cluster identifier.
                                                                                                                                                                                                                                                                                                        • Specify cluster-security-group when SourceIdentifier is a cluster security group name.
                                                                                                                                                                                                                                                                                                        • Specify cluster-parameter-group when SourceIdentifier is a cluster parameter group name.
                                                                                                                                                                                                                                                                                                        • Specify cluster-snapshot when SourceIdentifier is a cluster snapshot identifier.
                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "simple" : true, "list" : false, "map" : false }, "SourceIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                          The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                          If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                          • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                          • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                          ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                          The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                          If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                          • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                          • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                          If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                          • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                          • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                          \n@param sourceIdentifier The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                          If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                          • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                          • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                          • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                            The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                            If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                            • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                            • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                            • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                            • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                            \n@return The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                            If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                            • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                            • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                            • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                            • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                              The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                              If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                              • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                              • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                              • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                              • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                              \n@param sourceIdentifier The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                              If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                              • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                              • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                              • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                              • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                                • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                                • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                                • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                                • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                                \n@param sourceIdentifier The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.

                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                If SourceIdentifier is supplied, SourceType must also be provided.

                                                                                                                                                                                                                                                                                                                • Specify a cluster identifier when SourceType is cluster.
                                                                                                                                                                                                                                                                                                                • Specify a cluster security group name when SourceType is cluster-security-group.
                                                                                                                                                                                                                                                                                                                • Specify a cluster parameter group name when SourceType is cluster-parameter-group.
                                                                                                                                                                                                                                                                                                                • Specify a cluster snapshot identifier when SourceType is cluster-snapshot.
                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "StartTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                                  \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z

                                                                                                                                                                                                                                                                                                                  \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                  Example: 2009-07-08T18:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Duration" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                                  \n@param duration The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                                  \n@return The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                                  \n@param duration The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60

                                                                                                                                                                                                                                                                                                                  \n@param duration The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.

                                                                                                                                                                                                                                                                                                                  Default: 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ReservedNodeOfferingNotFoundException" : { "c2jName" : "ReservedNodeOfferingNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specified offering does not exist.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ReservedNodeOfferingNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedNodeOfferingNotFoundException", "variableType" : "ReservedNodeOfferingNotFoundException", "variableDeclarationType" : "ReservedNodeOfferingNotFoundException", "documentation" : null, "variableSetterType" : "ReservedNodeOfferingNotFoundException", "simpleType" : "ReservedNodeOfferingNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedNodeOfferingNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateHsmClientCertificateRequest" : { "c2jName" : "CreateHsmClientCertificateMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "CreateHsmClientCertificateRequest", "deprecated" : false, "required" : [ "HsmClientCertificateIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@return The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createHsmClientCertificateRequest", "variableType" : "CreateHsmClientCertificateRequest", "variableDeclarationType" : "CreateHsmClientCertificateRequest", "documentation" : null, "variableSetterType" : "CreateHsmClientCertificateRequest", "simpleType" : "CreateHsmClientCertificateRequest" }, "marshaller" : { "action" : "CreateHsmClientCertificate", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@return The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "ModifyClusterIamRolesRequest" : { "c2jName" : "ModifyClusterIamRolesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyClusterIamRolesRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to associate or disassociate IAM roles.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster for which you want to associate or disassociate IAM roles.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to associate or disassociate IAM roles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to associate or disassociate IAM roles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AddIamRoles", "c2jName" : "AddIamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "addIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "addIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AddIamRoles", "marshallLocationName" : "AddIamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param addIamRoles Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@return Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param addIamRoles Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAddIamRoles(java.util.Collection)} or {@link #withAddIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param addIamRoles Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "RemoveIamRoles", "c2jName" : "RemoveIamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "removeIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "removeIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoveIamRoles", "marshallLocationName" : "RemoveIamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param removeIamRoles Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@return Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param removeIamRoles Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRemoveIamRoles(java.util.Collection)} or {@link #withRemoveIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param removeIamRoles Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "modifyClusterIamRolesRequest", "variableType" : "ModifyClusterIamRolesRequest", "variableDeclarationType" : "ModifyClusterIamRolesRequest", "documentation" : null, "variableSetterType" : "ModifyClusterIamRolesRequest", "simpleType" : "ModifyClusterIamRolesRequest" }, "marshaller" : { "action" : "ModifyClusterIamRoles", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RemoveIamRoles" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "RemoveIamRoles", "c2jName" : "RemoveIamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "removeIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "removeIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoveIamRoles", "marshallLocationName" : "RemoveIamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param removeIamRoles Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@return Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param removeIamRoles Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRemoveIamRoles(java.util.Collection)} or {@link #withRemoveIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param removeIamRoles Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to associate or disassociate IAM roles.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster for which you want to associate or disassociate IAM roles.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to associate or disassociate IAM roles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster for which you want to associate or disassociate IAM roles.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of the cluster for which you want to associate or disassociate IAM roles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AddIamRoles" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AddIamRoles", "c2jName" : "AddIamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "addIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "addIamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AddIamRoles", "marshallLocationName" : "AddIamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param addIamRoles Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@return Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n@param addIamRoles Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAddIamRoles(java.util.Collection)} or {@link #withAddIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param addIamRoles Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DescribeLoggingStatusResult" : { "c2jName" : "LoggingStatus", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Describes the status of logging for a cluster.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeLoggingStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoggingEnabled", "marshallLocationName" : "LoggingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true if logging is on, false*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@return true
                                                                                                                                                                                                                                                                                                                  if logging is on, false*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the S3 bucket where the log files are stored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@return The prefix applied to the log file names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LastSuccessfulDeliveryTime", "c2jName" : "LastSuccessfulDeliveryTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulDeliveryTime", "marshallLocationName" : "LastSuccessfulDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@return The last time that logs were delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureTime", "c2jName" : "LastFailureTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureTime", "marshallLocationName" : "LastFailureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@return The last time when logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureMessage", "marshallLocationName" : "LastFailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@return The message indicating that logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeLoggingStatusResult", "variableType" : "DescribeLoggingStatusResult", "variableDeclarationType" : "DescribeLoggingStatusResult", "documentation" : null, "variableSetterType" : "DescribeLoggingStatusResult", "simpleType" : "DescribeLoggingStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLoggingStatusResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastSuccessfulDeliveryTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LastSuccessfulDeliveryTime", "c2jName" : "LastSuccessfulDeliveryTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulDeliveryTime", "marshallLocationName" : "LastSuccessfulDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@return The last time that logs were delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "BucketName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the S3 bucket where the log files are stored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LastFailureMessage" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureMessage", "marshallLocationName" : "LastFailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@return The message indicating that logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "S3KeyPrefix" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@return The prefix applied to the log file names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LastFailureTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureTime", "c2jName" : "LastFailureTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureTime", "marshallLocationName" : "LastFailureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@return The last time when logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LoggingEnabled" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoggingEnabled", "marshallLocationName" : "LoggingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                  if logging is on, false*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@return true
                                                                                                                                                                                                                                                                                                                  if logging is on, false*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteTagsRequest" : { "c2jName" : "DeleteTagsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Contains the output from the DeleteTags action.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteTagsRequest", "deprecated" : false, "required" : [ "ResourceName", "TagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n@param tagKeys The tag key that you want to delete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n@return The tag key that you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n@param tagKeys The tag key that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param tagKeys The tag key that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "variableDeclarationType" : "DeleteTagsRequest", "documentation" : null, "variableSetterType" : "DeleteTagsRequest", "simpleType" : "DeleteTagsRequest" }, "marshaller" : { "action" : "DeleteTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n@param tagKeys The tag key that you want to delete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n@return The tag key that you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n@param tagKeys The tag key that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The tag key that you want to delete.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param tagKeys The tag key that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "Snapshot" : { "c2jName" : "Snapshot", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Describes a snapshot.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "Snapshot", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier that is provided in the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@return The snapshot identifier that is provided in the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier that is provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier that is provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which the snapshot was taken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster for which the snapshot was taken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@return The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@param status The snapshot status. The value of the status depends on the API operation used. */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@return The snapshot status. The value of the status depends on the API operation used. */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@param status The snapshot status. The value of the status depends on the API operation used. \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@param status The snapshot status. The value of the status depends on the API operation used. \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@param port The port that the cluster is listening on.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@return The port that the cluster is listening on.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@param port The port that the cluster is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@param port The port that the cluster is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Availability Zone in which the cluster was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@return The Availability Zone in which the cluster was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Availability Zone in which the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Availability Zone in which the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterCreateTime", "c2jName" : "ClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterCreateTime", "marshallLocationName" : "ClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@param clusterCreateTime The time (UTC) when the cluster was originally created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@return The time (UTC) when the cluster was originally created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@param clusterCreateTime The time (UTC) when the cluster was originally created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@param clusterCreateTime The time (UTC) when the cluster was originally created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The master user name for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The version ID of the Amazon Redshift engine that is running on the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotType", "marshallLocationName" : "SnapshotType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@return The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type of the nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The node type of the nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "Integer", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The number of nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The number of nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBName", "c2jName" : "DBName", "c2jShape" : "String", "variable" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBName", "marshallLocationName" : "DBName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param dBName The name of the database that was created when the cluster was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the database that was created when the cluster was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param dBName The name of the database that was created when the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param dBName The name of the database that was created when the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@return The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted If true, the data in the snapshot is encrypted at rest.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@return If true, the data in the snapshot is encrypted at rest.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted If true, the data in the snapshot is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted If true, the data in the snapshot is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@return The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  ", "name" : "EncryptedWithHSM", "c2jName" : "EncryptedWithHSM", "c2jShape" : "Boolean", "variable" : { "variableName" : "encryptedWithHSM", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encryptedWithHSM", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EncryptedWithHSM", "marshallLocationName" : "EncryptedWithHSM", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@param encryptedWithHSM A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@return A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@param encryptedWithHSM A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@param encryptedWithHSM A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountsWithRestoreAccess", "c2jName" : "AccountsWithRestoreAccess", "c2jShape" : "AccountsWithRestoreAccessList", "variable" : { "variableName" : "accountsWithRestoreAccess", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "accountsWithRestoreAccess", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountsWithRestoreAccess", "marshallLocationName" : "AccountsWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AccountWithRestoreAccess", "memberLocationName" : "AccountWithRestoreAccess", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountWithRestoreAccess", "variable" : { "variableName" : "member", "variableType" : "AccountWithRestoreAccess", "variableDeclarationType" : "AccountWithRestoreAccess", "documentation" : "", "variableSetterType" : "AccountWithRestoreAccess", "simpleType" : "AccountWithRestoreAccess" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountWithRestoreAccess", "variableDeclarationType" : "AccountWithRestoreAccess", "documentation" : "", "variableSetterType" : "AccountWithRestoreAccess", "simpleType" : "AccountWithRestoreAccess" }, "getterModel" : { "returnType" : "AccountWithRestoreAccess", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountWithRestoreAccess", "marshallLocationName" : "AccountWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "AccountWithRestoreAccess", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n@param accountsWithRestoreAccess A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n@return A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n@param accountsWithRestoreAccess A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAccountsWithRestoreAccess(java.util.Collection)} or {@link #withAccountsWithRestoreAccess(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param accountsWithRestoreAccess A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "OwnerAccount", "c2jName" : "OwnerAccount", "c2jShape" : "String", "variable" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAccount", "marshallLocationName" : "OwnerAccount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "TotalBackupSizeInMegaBytes", "c2jName" : "TotalBackupSizeInMegaBytes", "c2jShape" : "Double", "variable" : { "variableName" : "totalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "totalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "TotalBackupSizeInMegaBytes", "marshallLocationName" : "TotalBackupSizeInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param totalBackupSizeInMegaBytes The size of the complete set of backup data that would be used to restore the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The size of the complete set of backup data that would be used to restore the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param totalBackupSizeInMegaBytes The size of the complete set of backup data that would be used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param totalBackupSizeInMegaBytes The size of the complete set of backup data that would be used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ActualIncrementalBackupSizeInMegaBytes", "c2jName" : "ActualIncrementalBackupSizeInMegaBytes", "c2jShape" : "Double", "variable" : { "variableName" : "actualIncrementalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "actualIncrementalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActualIncrementalBackupSizeInMegaBytes", "marshallLocationName" : "ActualIncrementalBackupSizeInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@param actualIncrementalBackupSizeInMegaBytes The size of the incremental backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@return The size of the incremental backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@param actualIncrementalBackupSizeInMegaBytes The size of the incremental backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@param actualIncrementalBackupSizeInMegaBytes The size of the incremental backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "BackupProgressInMegaBytes", "c2jName" : "BackupProgressInMegaBytes", "c2jShape" : "Double", "variable" : { "variableName" : "backupProgressInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "backupProgressInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "BackupProgressInMegaBytes", "marshallLocationName" : "BackupProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@param backupProgressInMegaBytes The number of megabytes that have been transferred to the snapshot backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@return The number of megabytes that have been transferred to the snapshot backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@param backupProgressInMegaBytes The number of megabytes that have been transferred to the snapshot backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@param backupProgressInMegaBytes The number of megabytes that have been transferred to the snapshot backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "CurrentBackupRateInMegaBytesPerSecond", "c2jName" : "CurrentBackupRateInMegaBytesPerSecond", "c2jShape" : "Double", "variable" : { "variableName" : "currentBackupRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "currentBackupRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentBackupRateInMegaBytesPerSecond", "marshallLocationName" : "CurrentBackupRateInMegaBytesPerSecond", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param currentBackupRateInMegaBytesPerSecond The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@return The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param currentBackupRateInMegaBytesPerSecond The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param currentBackupRateInMegaBytesPerSecond The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "EstimatedSecondsToCompletion", "c2jName" : "EstimatedSecondsToCompletion", "c2jShape" : "Long", "variable" : { "variableName" : "estimatedSecondsToCompletion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "estimatedSecondsToCompletion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedSecondsToCompletion", "marshallLocationName" : "EstimatedSecondsToCompletion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param estimatedSecondsToCompletion The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@return The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param estimatedSecondsToCompletion The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param estimatedSecondsToCompletion The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ElapsedTimeInSeconds", "c2jName" : "ElapsedTimeInSeconds", "c2jShape" : "Long", "variable" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElapsedTimeInSeconds", "marshallLocationName" : "ElapsedTimeInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@return The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceRegion", "c2jName" : "SourceRegion", "c2jShape" : "String", "variable" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceRegion", "marshallLocationName" : "SourceRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The source region from which the snapshot was copied.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@return The source region from which the snapshot was copied.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The source region from which the snapshot was copied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The source region from which the snapshot was copied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the cluster snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  ", "name" : "RestorableNodeTypes", "c2jName" : "RestorableNodeTypes", "c2jShape" : "RestorableNodeTypeList", "variable" : { "variableName" : "restorableNodeTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "restorableNodeTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RestorableNodeTypes", "marshallLocationName" : "RestorableNodeTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "NodeType", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n@param restorableNodeTypes The list of node types that this cluster snapshot is able to restore into.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n@return The list of node types that this cluster snapshot is able to restore into.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n@param restorableNodeTypes The list of node types that this cluster snapshot is able to restore into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRestorableNodeTypes(java.util.Collection)} or {@link #withRestorableNodeTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param restorableNodeTypes The list of node types that this cluster snapshot is able to restore into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "snapshot", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : null, "variableSetterType" : "Snapshot", "simpleType" : "Snapshot" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterCreateTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterCreateTime", "c2jName" : "ClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterCreateTime", "marshallLocationName" : "ClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@param clusterCreateTime The time (UTC) when the cluster was originally created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@return The time (UTC) when the cluster was originally created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@param clusterCreateTime The time (UTC) when the cluster was originally created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when the cluster was originally created.

                                                                                                                                                                                                                                                                                                                  \n@param clusterCreateTime The time (UTC) when the cluster was originally created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier that is provided in the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@return The snapshot identifier that is provided in the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier that is provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot identifier that is provided in the request.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier that is provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Encrypted" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted If true, the data in the snapshot is encrypted at rest.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@return If true, the data in the snapshot is encrypted at rest.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted If true, the data in the snapshot is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the data in the snapshot is encrypted at rest.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted If true, the data in the snapshot is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Port" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@param port The port that the cluster is listening on.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@return The port that the cluster is listening on.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@param port The port that the cluster is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port that the cluster is listening on.

                                                                                                                                                                                                                                                                                                                  \n@param port The port that the cluster is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NumberOfNodes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "Integer", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The number of nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The number of nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "RestorableNodeTypes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  ", "name" : "RestorableNodeTypes", "c2jName" : "RestorableNodeTypes", "c2jShape" : "RestorableNodeTypeList", "variable" : { "variableName" : "restorableNodeTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "restorableNodeTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RestorableNodeTypes", "marshallLocationName" : "RestorableNodeTypes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "NodeType", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n@param restorableNodeTypes The list of node types that this cluster snapshot is able to restore into.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n@return The list of node types that this cluster snapshot is able to restore into.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n@param restorableNodeTypes The list of node types that this cluster snapshot is able to restore into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of node types that this cluster snapshot is able to restore into.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRestorableNodeTypes(java.util.Collection)} or {@link #withRestorableNodeTypes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param restorableNodeTypes The list of node types that this cluster snapshot is able to restore into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "SnapshotCreateTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@return The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TotalBackupSizeInMegaBytes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "TotalBackupSizeInMegaBytes", "c2jName" : "TotalBackupSizeInMegaBytes", "c2jShape" : "Double", "variable" : { "variableName" : "totalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "totalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "TotalBackupSizeInMegaBytes", "marshallLocationName" : "TotalBackupSizeInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param totalBackupSizeInMegaBytes The size of the complete set of backup data that would be used to restore the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The size of the complete set of backup data that would be used to restore the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param totalBackupSizeInMegaBytes The size of the complete set of backup data that would be used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the complete set of backup data that would be used to restore the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param totalBackupSizeInMegaBytes The size of the complete set of backup data that would be used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "OwnerAccount" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "OwnerAccount", "c2jName" : "OwnerAccount", "c2jShape" : "String", "variable" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAccount", "marshallLocationName" : "OwnerAccount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the cluster snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster snapshot.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@param status The snapshot status. The value of the status depends on the API operation used. */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@return The snapshot status. The value of the status depends on the API operation used. */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@param status The snapshot status. The value of the status depends on the API operation used. \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot status. The value of the status depends on the API operation used.

                                                                                                                                                                                                                                                                                                                  \n@param status The snapshot status. The value of the status depends on the API operation used. \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ElapsedTimeInSeconds" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ElapsedTimeInSeconds", "c2jName" : "ElapsedTimeInSeconds", "c2jShape" : "Long", "variable" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElapsedTimeInSeconds", "marshallLocationName" : "ElapsedTimeInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@return The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The version ID of the Amazon Redshift engine that is running on the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The version ID of the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "KmsKeyId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@return The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AvailabilityZone" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Availability Zone in which the cluster was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@return The Availability Zone in which the cluster was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Availability Zone in which the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Availability Zone in which the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Availability Zone in which the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which the snapshot was taken.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster for which the snapshot was taken.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceRegion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceRegion", "c2jName" : "SourceRegion", "c2jShape" : "String", "variable" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceRegion", "marshallLocationName" : "SourceRegion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The source region from which the snapshot was copied.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@return The source region from which the snapshot was copied.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The source region from which the snapshot was copied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The source region from which the snapshot was copied.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The source region from which the snapshot was copied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EncryptedWithHSM" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  ", "name" : "EncryptedWithHSM", "c2jName" : "EncryptedWithHSM", "c2jShape" : "Boolean", "variable" : { "variableName" : "encryptedWithHSM", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encryptedWithHSM", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EncryptedWithHSM", "marshallLocationName" : "EncryptedWithHSM", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@param encryptedWithHSM A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@return A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@param encryptedWithHSM A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.

                                                                                                                                                                                                                                                                                                                  \n@param encryptedWithHSM A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. true indicates that the data is encrypted using HSM keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "BackupProgressInMegaBytes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "BackupProgressInMegaBytes", "c2jName" : "BackupProgressInMegaBytes", "c2jShape" : "Double", "variable" : { "variableName" : "backupProgressInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "backupProgressInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "BackupProgressInMegaBytes", "marshallLocationName" : "BackupProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@param backupProgressInMegaBytes The number of megabytes that have been transferred to the snapshot backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@return The number of megabytes that have been transferred to the snapshot backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@param backupProgressInMegaBytes The number of megabytes that have been transferred to the snapshot backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes that have been transferred to the snapshot backup.

                                                                                                                                                                                                                                                                                                                  \n@param backupProgressInMegaBytes The number of megabytes that have been transferred to the snapshot backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "CurrentBackupRateInMegaBytesPerSecond" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "CurrentBackupRateInMegaBytesPerSecond", "c2jName" : "CurrentBackupRateInMegaBytesPerSecond", "c2jShape" : "Double", "variable" : { "variableName" : "currentBackupRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "currentBackupRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentBackupRateInMegaBytesPerSecond", "marshallLocationName" : "CurrentBackupRateInMegaBytesPerSecond", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param currentBackupRateInMegaBytesPerSecond The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@return The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param currentBackupRateInMegaBytesPerSecond The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param currentBackupRateInMegaBytesPerSecond The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@return The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EstimatedSecondsToCompletion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "EstimatedSecondsToCompletion", "c2jName" : "EstimatedSecondsToCompletion", "c2jShape" : "Long", "variable" : { "variableName" : "estimatedSecondsToCompletion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "estimatedSecondsToCompletion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedSecondsToCompletion", "marshallLocationName" : "EstimatedSecondsToCompletion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param estimatedSecondsToCompletion The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@return The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param estimatedSecondsToCompletion The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

                                                                                                                                                                                                                                                                                                                  \n@param estimatedSecondsToCompletion The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ActualIncrementalBackupSizeInMegaBytes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ActualIncrementalBackupSizeInMegaBytes", "c2jName" : "ActualIncrementalBackupSizeInMegaBytes", "c2jShape" : "Double", "variable" : { "variableName" : "actualIncrementalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "actualIncrementalBackupSizeInMegaBytes", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActualIncrementalBackupSizeInMegaBytes", "marshallLocationName" : "ActualIncrementalBackupSizeInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@param actualIncrementalBackupSizeInMegaBytes The size of the incremental backup.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@return The size of the incremental backup.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@param actualIncrementalBackupSizeInMegaBytes The size of the incremental backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The size of the incremental backup.

                                                                                                                                                                                                                                                                                                                  \n@param actualIncrementalBackupSizeInMegaBytes The size of the incremental backup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type of the nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The node type of the nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The node type of the nodes in the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AccountsWithRestoreAccess" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountsWithRestoreAccess", "c2jName" : "AccountsWithRestoreAccess", "c2jShape" : "AccountsWithRestoreAccessList", "variable" : { "variableName" : "accountsWithRestoreAccess", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "accountsWithRestoreAccess", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountsWithRestoreAccess", "marshallLocationName" : "AccountsWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AccountWithRestoreAccess", "memberLocationName" : "AccountWithRestoreAccess", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountWithRestoreAccess", "variable" : { "variableName" : "member", "variableType" : "AccountWithRestoreAccess", "variableDeclarationType" : "AccountWithRestoreAccess", "documentation" : "", "variableSetterType" : "AccountWithRestoreAccess", "simpleType" : "AccountWithRestoreAccess" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountWithRestoreAccess", "variableDeclarationType" : "AccountWithRestoreAccess", "documentation" : "", "variableSetterType" : "AccountWithRestoreAccess", "simpleType" : "AccountWithRestoreAccess" }, "getterModel" : { "returnType" : "AccountWithRestoreAccess", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountWithRestoreAccess", "marshallLocationName" : "AccountWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "AccountWithRestoreAccess", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n@param accountsWithRestoreAccess A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n@return A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n@param accountsWithRestoreAccess A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAccountsWithRestoreAccess(java.util.Collection)} or {@link #withAccountsWithRestoreAccess(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param accountsWithRestoreAccess A list of the AWS customer accounts authorized to restore the snapshot. Returns null if no accounts are authorized. Visible only to the snapshot owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MasterUsername" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The master user name for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The master user name for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername The master user name for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "DBName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBName", "c2jName" : "DBName", "c2jShape" : "String", "variable" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBName", "marshallLocationName" : "DBName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param dBName The name of the database that was created when the cluster was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the database that was created when the cluster was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param dBName The name of the database that was created when the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the database that was created when the cluster was created.

                                                                                                                                                                                                                                                                                                                  \n@param dBName The name of the database that was created when the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotType", "marshallLocationName" : "SnapshotType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@return The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeReservedNodeOfferingsRequest" : { "c2jName" : "DescribeReservedNodeOfferingsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeReservedNodeOfferingsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier for the offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier for the offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier for the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier for the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeReservedNodeOfferingsRequest", "variableType" : "DescribeReservedNodeOfferingsRequest", "variableDeclarationType" : "DescribeReservedNodeOfferingsRequest", "documentation" : null, "variableSetterType" : "DescribeReservedNodeOfferingsRequest", "simpleType" : "DescribeReservedNodeOfferingsRequest" }, "marshaller" : { "action" : "DescribeReservedNodeOfferings", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReservedNodeOfferingId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ReservedNodeOfferingId", "c2jName" : "ReservedNodeOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedNodeOfferingId", "marshallLocationName" : "ReservedNodeOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier for the offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier for the offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier for the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The unique identifier for the offering.

                                                                                                                                                                                                                                                                                                                  \n@param reservedNodeOfferingId The unique identifier for the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "RestoreFromClusterSnapshotRequest" : { "c2jName" : "RestoreFromClusterSnapshotMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "RestoreFromClusterSnapshotRequest", "deprecated" : false, "required" : [ "ClusterIdentifier", "SnapshotIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                  \n@return The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                  \n@param port The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                  \n@return The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                  \n@param port The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                  \n@param port The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                  Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                  Constraints: Must be between 1115 and 65535.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a

                                                                                                                                                                                                                                                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a

                                                                                                                                                                                                                                                                                                                  \n@return The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                  Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                  Example: us-east-1a\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                  ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                  \n@return If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                  \n@return If true, the cluster can be accessed from a public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "OwnerAccount", "c2jName" : "OwnerAccount", "c2jShape" : "String", "variable" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAccount", "marshallLocationName" : "OwnerAccount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@return The elastic IP (EIP) address for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterParameterGroupName", "c2jName" : "ClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupName", "marshallLocationName" : "ClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                  Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                  • First character must be a letter.
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                    The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                    Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                    • First character must be a letter.
                                                                                                                                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                    \n@return The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                    Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                    • First character must be a letter.
                                                                                                                                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                      The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                      Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                      • First character must be a letter.
                                                                                                                                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                      \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                      Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                      • First character must be a letter.
                                                                                                                                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                        The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                        Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                        • First character must be a letter.
                                                                                                                                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                        \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                        Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                        • First character must be a letter.
                                                                                                                                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupNameList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n@return A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                          ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                          \n@return A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                          \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                          VPC security groups only apply to clusters in VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@return The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@return The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@return The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                          ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                          \n@param nodeType The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                          \n@return The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                          \n@param nodeType The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                          \n@param nodeType The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                          Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          ", "name" : "AdditionalInfo", "c2jName" : "AdditionalInfo", "c2jShape" : "String", "variable" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdditionalInfo", "marshallLocationName" : "AdditionalInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@param additionalInfo Reserved.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@return Reserved.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          ", "name" : "IamRoles", "c2jName" : "IamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoles", "marshallLocationName" : "IamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n@return A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setIamRoles(java.util.Collection)} or {@link #withIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "restoreFromClusterSnapshotRequest", "variableType" : "RestoreFromClusterSnapshotRequest", "variableDeclarationType" : "RestoreFromClusterSnapshotRequest", "documentation" : null, "variableSetterType" : "RestoreFromClusterSnapshotRequest", "simpleType" : "RestoreFromClusterSnapshotRequest" }, "marshaller" : { "action" : "RestoreFromClusterSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                          ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@return Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@param hsmClientCertificateIdentifier Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AdditionalInfo" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          ", "name" : "AdditionalInfo", "c2jName" : "AdditionalInfo", "c2jShape" : "String", "variable" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "additionalInfo", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdditionalInfo", "marshallLocationName" : "AdditionalInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@param additionalInfo Reserved.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@return Reserved.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Reserved.

                                                                                                                                                                                                                                                                                                                          \n@param additionalInfo Reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ElasticIp" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                          ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                          \n@param elasticIp The elastic IP (EIP) address for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                          \n@return The elastic IP (EIP) address for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                          \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                          \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IamRoles" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          ", "name" : "IamRoles", "c2jName" : "IamRoles", "c2jShape" : "IamRoleArnList", "variable" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iamRoles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoles", "marshallLocationName" : "IamRoles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "IamRoleArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleArn", "marshallLocationName" : "IamRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n@return A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.

                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setIamRoles(java.util.Collection)} or {@link #withIamRoles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                          \n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.

                                                                                                                                                                                                                                                                                                                          A cluster can have up to 10 IAM roles associated at any time.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                          ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@return Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

                                                                                                                                                                                                                                                                                                                          \n@param hsmConfigurationIdentifier Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AutomatedSnapshotRetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@return The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.

                                                                                                                                                                                                                                                                                                                          \n@param automatedSnapshotRetentionPeriod The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be a value from 0 to 35.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "KmsKeyId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@return The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.

                                                                                                                                                                                                                                                                                                                          \n@param kmsKeyId The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster that you restore from a shared snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                          ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                          \n@param snapshotIdentifier The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                          \n@return The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                          \n@param snapshotIdentifier The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id

                                                                                                                                                                                                                                                                                                                          \n@param snapshotIdentifier The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.

                                                                                                                                                                                                                                                                                                                          Example: my-snapshot-id\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Port" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                          ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                          \n@param port The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                          \n@return The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                          \n@param port The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.

                                                                                                                                                                                                                                                                                                                          \n@param port The port number on which the cluster accepts connections.

                                                                                                                                                                                                                                                                                                                          Default: The same port as the original cluster.

                                                                                                                                                                                                                                                                                                                          Constraints: Must be between 1115 and 65535.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AvailabilityZone" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a

                                                                                                                                                                                                                                                                                                                          ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a

                                                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a

                                                                                                                                                                                                                                                                                                                          \n@return The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a

                                                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a

                                                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone in which to restore the cluster.

                                                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone.

                                                                                                                                                                                                                                                                                                                          Example: us-east-1a\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PreferredMaintenanceWindow" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@return The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.

                                                                                                                                                                                                                                                                                                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which automated cluster maintenance can occur.

                                                                                                                                                                                                                                                                                                                          Format: ddd:hh24:mi-ddd:hh24:mi

                                                                                                                                                                                                                                                                                                                          Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                          Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupNameList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n@return A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.

                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                          \n@param clusterSecurityGroups A list of security groups to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default cluster security group for Amazon Redshift.

                                                                                                                                                                                                                                                                                                                          Cluster security groups only apply to clusters outside of VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                          ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                          \n@param clusterIdentifier The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                          */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                          \n@return The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                          */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                          \n@param clusterIdentifier The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.

                                                                                                                                                                                                                                                                                                                          \n@param clusterIdentifier The identifier of the cluster that will be created from restoring the snapshot.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • Alphabetic characters must be lowercase.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • Must be unique for all clusters within an AWS account.
                                                                                                                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          ", "name" : "ClusterParameterGroupName", "c2jName" : "ClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroupName", "marshallLocationName" : "ClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                          Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                          • First character must be a letter.
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                            The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                            Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                                            • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                            • First character must be a letter.
                                                                                                                                                                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                            \n@return The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                            Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                                            • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                            • First character must be a letter.
                                                                                                                                                                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                              The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                              Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                                              • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                              • First character must be a letter.
                                                                                                                                                                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                              \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                              Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                                              • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                              • First character must be a letter.
                                                                                                                                                                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                                Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                • First character must be a letter.
                                                                                                                                                                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                                \n@param clusterParameterGroupName The name of the parameter group to be associated with this cluster.

                                                                                                                                                                                                                                                                                                                                Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.

                                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                • First character must be a letter.
                                                                                                                                                                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens.
                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AllowVersionUpgrade" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowVersionUpgrade", "marshallLocationName" : "AllowVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                                  \n@return If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true

                                                                                                                                                                                                                                                                                                                                  \n@param allowVersionUpgrade If true, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: true\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group where you want to cluster restored.

                                                                                                                                                                                                                                                                                                                                  A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcSecurityGroupIds" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupIds A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  Default: The default VPC security group is associated with the cluster.

                                                                                                                                                                                                                                                                                                                                  VPC security groups only apply to clusters in VPCs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                                  \n@return The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The node type that the restored cluster will be provisioned with.

                                                                                                                                                                                                                                                                                                                                  Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PubliclyAccessible" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                                  \n@return If true, the cluster can be accessed from a public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  If true, the cluster can be accessed from a public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible If true, the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "OwnerAccount" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "OwnerAccount", "c2jName" : "OwnerAccount", "c2jShape" : "String", "variable" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAccount", "marshallLocationName" : "OwnerAccount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@return The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "PendingModifiedValues" : { "c2jName" : "PendingModifiedValues", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "PendingModifiedValues", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param masterUserPassword The pending or in-progress change of the master user password for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the master user password for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param masterUserPassword The pending or in-progress change of the master user password for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param masterUserPassword The pending or in-progress change of the master user password for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The pending or in-progress change of the cluster's node type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the cluster's node type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The pending or in-progress change of the cluster's node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The pending or in-progress change of the cluster's node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The pending or in-progress change of the number of nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the number of nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The pending or in-progress change of the number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The pending or in-progress change of the number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterType The pending or in-progress change of the cluster type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the cluster type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterType The pending or in-progress change of the cluster type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterType The pending or in-progress change of the cluster type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The pending or in-progress change of the service version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the service version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The pending or in-progress change of the service version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The pending or in-progress change of the service version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The pending or in-progress change of the automated snapshot retention period.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the automated snapshot retention period.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The pending or in-progress change of the automated snapshot retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The pending or in-progress change of the automated snapshot retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The pending or in-progress change of the new identifier for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the new identifier for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The pending or in-progress change of the new identifier for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The pending or in-progress change of the new identifier for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible The pending or in-progress change of the ability to connect to the cluster from the public network.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the ability to connect to the cluster from the public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible The pending or in-progress change of the ability to connect to the cluster from the public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible The pending or in-progress change of the ability to connect to the cluster from the public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : null, "variableSetterType" : "PendingModifiedValues", "simpleType" : "PendingModifiedValues" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MasterUserPassword" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param masterUserPassword The pending or in-progress change of the master user password for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the master user password for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param masterUserPassword The pending or in-progress change of the master user password for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the master user password for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param masterUserPassword The pending or in-progress change of the master user password for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterVersion", "marshallLocationName" : "ClusterVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The pending or in-progress change of the service version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the service version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The pending or in-progress change of the service version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the service version.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterVersion The pending or in-progress change of the service version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AutomatedSnapshotRetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AutomatedSnapshotRetentionPeriod", "c2jName" : "AutomatedSnapshotRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod", "marshallLocationName" : "AutomatedSnapshotRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The pending or in-progress change of the automated snapshot retention period.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the automated snapshot retention period.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The pending or in-progress change of the automated snapshot retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the automated snapshot retention period.

                                                                                                                                                                                                                                                                                                                                  \n@param automatedSnapshotRetentionPeriod The pending or in-progress change of the automated snapshot retention period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NodeType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeType", "marshallLocationName" : "NodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The pending or in-progress change of the cluster's node type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the cluster's node type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The pending or in-progress change of the cluster's node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster's node type.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeType The pending or in-progress change of the cluster's node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "NumberOfNodes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfNodes", "marshallLocationName" : "NumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The pending or in-progress change of the number of nodes in the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the number of nodes in the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The pending or in-progress change of the number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the number of nodes in the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param numberOfNodes The pending or in-progress change of the number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterType", "marshallLocationName" : "ClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterType The pending or in-progress change of the cluster type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the cluster type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterType The pending or in-progress change of the cluster type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the cluster type.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterType The pending or in-progress change of the cluster type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PubliclyAccessible" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible The pending or in-progress change of the ability to connect to the cluster from the public network.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the ability to connect to the cluster from the public network.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible The pending or in-progress change of the ability to connect to the cluster from the public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the ability to connect to the cluster from the public network.

                                                                                                                                                                                                                                                                                                                                  \n@param publiclyAccessible The pending or in-progress change of the ability to connect to the cluster from the public network.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The pending or in-progress change of the new identifier for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The pending or in-progress change of the new identifier for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The pending or in-progress change of the new identifier for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The pending or in-progress change of the new identifier for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The pending or in-progress change of the new identifier for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InProgressTableRestoreQuotaExceededException" : { "c2jName" : "InProgressTableRestoreQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  You have exceeded the allowed number of table restore requests. Wait for your current table restore requests to complete before making a new request.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InProgressTableRestoreQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "inProgressTableRestoreQuotaExceededException", "variableType" : "InProgressTableRestoreQuotaExceededException", "variableDeclarationType" : "InProgressTableRestoreQuotaExceededException", "documentation" : null, "variableSetterType" : "InProgressTableRestoreQuotaExceededException", "simpleType" : "InProgressTableRestoreQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InProgressTableRestoreQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AccessToSnapshotDeniedException" : { "c2jName" : "AccessToSnapshotDeniedFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The owner of the specified snapshot has not authorized your account to access the snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "AccessToSnapshotDeniedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "accessToSnapshotDeniedException", "variableType" : "AccessToSnapshotDeniedException", "variableDeclarationType" : "AccessToSnapshotDeniedException", "documentation" : null, "variableSetterType" : "AccessToSnapshotDeniedException", "simpleType" : "AccessToSnapshotDeniedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AccessToSnapshotDenied", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyClusterParameterGroupResult" : { "c2jName" : "ClusterParameterGroupNameMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyClusterParameterGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupStatus", "marshallLocationName" : "ParameterGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "modifyClusterParameterGroupResult", "variableType" : "ModifyClusterParameterGroupResult", "variableDeclarationType" : "ModifyClusterParameterGroupResult", "documentation" : null, "variableSetterType" : "ModifyClusterParameterGroupResult", "simpleType" : "ModifyClusterParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ModifyClusterParameterGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterGroupStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupStatus", "marshallLocationName" : "ParameterGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "Subnet" : { "c2jName" : "Subnet", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes a subnet.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "Subnet", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier The identifier of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier The identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier The identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetAvailabilityZone", "marshallLocationName" : "SubnetAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param subnetAvailabilityZone */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetStatus", "marshallLocationName" : "SubnetStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus The status of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "subnet", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : null, "variableSetterType" : "Subnet", "simpleType" : "Subnet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubnetStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetStatus", "marshallLocationName" : "SubnetStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus The status of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SubnetAvailabilityZone" : { "documentation" : "", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetAvailabilityZone", "marshallLocationName" : "SubnetAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param subnetAvailabilityZone */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "SubnetIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier The identifier of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier The identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier The identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteClusterSnapshotRequest" : { "c2jName" : "DeleteClusterSnapshotMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteClusterSnapshotRequest", "deprecated" : false, "required" : [ "SnapshotIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteClusterSnapshotRequest", "variableType" : "DeleteClusterSnapshotRequest", "variableDeclarationType" : "DeleteClusterSnapshotRequest", "documentation" : null, "variableSetterType" : "DeleteClusterSnapshotRequest", "simpleType" : "DeleteClusterSnapshotRequest" }, "marshaller" : { "action" : "DeleteClusterSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The unique identifier of the manual snapshot to be deleted.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing snapshot that is in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  Constraints: Must be the name of valid cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeOrderableClusterOptionsResult" : { "c2jName" : "OrderableClusterOptionsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Contains the output from the DescribeOrderableClusterOptions action.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeOrderableClusterOptionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "OrderableClusterOptions", "c2jName" : "OrderableClusterOptions", "c2jShape" : "OrderableClusterOptionsList", "variable" : { "variableName" : "orderableClusterOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "orderableClusterOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableClusterOptions", "marshallLocationName" : "OrderableClusterOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OrderableClusterOption", "memberLocationName" : "OrderableClusterOption", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OrderableClusterOption", "variable" : { "variableName" : "member", "variableType" : "OrderableClusterOption", "variableDeclarationType" : "OrderableClusterOption", "documentation" : "", "variableSetterType" : "OrderableClusterOption", "simpleType" : "OrderableClusterOption" }, "setterModel" : { "variableName" : "member", "variableType" : "OrderableClusterOption", "variableDeclarationType" : "OrderableClusterOption", "documentation" : "", "variableSetterType" : "OrderableClusterOption", "simpleType" : "OrderableClusterOption" }, "getterModel" : { "returnType" : "OrderableClusterOption", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableClusterOption", "marshallLocationName" : "OrderableClusterOption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "OrderableClusterOption", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param orderableClusterOptions An OrderableClusterOption structure containing information about orderable options for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return An OrderableClusterOption structure containing information about orderable options for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param orderableClusterOptions An OrderableClusterOption structure containing information about orderable options for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOrderableClusterOptions(java.util.Collection)} or {@link #withOrderableClusterOptions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param orderableClusterOptions An OrderableClusterOption structure containing information about orderable options for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeOrderableClusterOptionsResult", "variableType" : "DescribeOrderableClusterOptionsResult", "variableDeclarationType" : "DescribeOrderableClusterOptionsResult", "documentation" : null, "variableSetterType" : "DescribeOrderableClusterOptionsResult", "simpleType" : "DescribeOrderableClusterOptionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeOrderableClusterOptionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OrderableClusterOptions" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "OrderableClusterOptions", "c2jName" : "OrderableClusterOptions", "c2jShape" : "OrderableClusterOptionsList", "variable" : { "variableName" : "orderableClusterOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "orderableClusterOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableClusterOptions", "marshallLocationName" : "OrderableClusterOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OrderableClusterOption", "memberLocationName" : "OrderableClusterOption", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OrderableClusterOption", "variable" : { "variableName" : "member", "variableType" : "OrderableClusterOption", "variableDeclarationType" : "OrderableClusterOption", "documentation" : "", "variableSetterType" : "OrderableClusterOption", "simpleType" : "OrderableClusterOption" }, "setterModel" : { "variableName" : "member", "variableType" : "OrderableClusterOption", "variableDeclarationType" : "OrderableClusterOption", "documentation" : "", "variableSetterType" : "OrderableClusterOption", "simpleType" : "OrderableClusterOption" }, "getterModel" : { "returnType" : "OrderableClusterOption", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableClusterOption", "marshallLocationName" : "OrderableClusterOption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "OrderableClusterOption", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param orderableClusterOptions An OrderableClusterOption structure containing information about orderable options for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return An OrderableClusterOption structure containing information about orderable options for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param orderableClusterOptions An OrderableClusterOption structure containing information about orderable options for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An OrderableClusterOption structure containing information about orderable options for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOrderableClusterOptions(java.util.Collection)} or {@link #withOrderableClusterOptions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param orderableClusterOptions An OrderableClusterOption structure containing information about orderable options for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeTagsResult" : { "c2jName" : "TaggedResourceListMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TaggedResources", "c2jName" : "TaggedResources", "c2jShape" : "TaggedResourceList", "variable" : { "variableName" : "taggedResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "taggedResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TaggedResources", "marshallLocationName" : "TaggedResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TaggedResource", "memberLocationName" : "TaggedResource", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TaggedResource", "variable" : { "variableName" : "member", "variableType" : "TaggedResource", "variableDeclarationType" : "TaggedResource", "documentation" : "", "variableSetterType" : "TaggedResource", "simpleType" : "TaggedResource" }, "setterModel" : { "variableName" : "member", "variableType" : "TaggedResource", "variableDeclarationType" : "TaggedResource", "documentation" : "", "variableSetterType" : "TaggedResource", "simpleType" : "TaggedResource" }, "getterModel" : { "returnType" : "TaggedResource", "documentation" : null }, "http" : { "unmarshallLocationName" : "TaggedResource", "marshallLocationName" : "TaggedResource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "TaggedResource", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n@param taggedResources A list of tags with their associated resources.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of tags with their associated resources.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n@param taggedResources A list of tags with their associated resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTaggedResources(java.util.Collection)} or {@link #withTaggedResources(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param taggedResources A list of tags with their associated resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeTagsResult", "variableType" : "DescribeTagsResult", "variableDeclarationType" : "DescribeTagsResult", "documentation" : null, "variableSetterType" : "DescribeTagsResult", "simpleType" : "DescribeTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeTagsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TaggedResources" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TaggedResources", "c2jName" : "TaggedResources", "c2jShape" : "TaggedResourceList", "variable" : { "variableName" : "taggedResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "taggedResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TaggedResources", "marshallLocationName" : "TaggedResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TaggedResource", "memberLocationName" : "TaggedResource", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TaggedResource", "variable" : { "variableName" : "member", "variableType" : "TaggedResource", "variableDeclarationType" : "TaggedResource", "documentation" : "", "variableSetterType" : "TaggedResource", "simpleType" : "TaggedResource" }, "setterModel" : { "variableName" : "member", "variableType" : "TaggedResource", "variableDeclarationType" : "TaggedResource", "documentation" : "", "variableSetterType" : "TaggedResource", "simpleType" : "TaggedResource" }, "getterModel" : { "returnType" : "TaggedResource", "documentation" : null }, "http" : { "unmarshallLocationName" : "TaggedResource", "marshallLocationName" : "TaggedResource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "TaggedResource", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n@param taggedResources A list of tags with their associated resources.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of tags with their associated resources.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n@param taggedResources A list of tags with their associated resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tags with their associated resources.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTaggedResources(java.util.Collection)} or {@link #withTaggedResources(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param taggedResources A list of tags with their associated resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidElasticIpException" : { "c2jName" : "InvalidElasticIpFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Elastic IP (EIP) is invalid or cannot be found.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidElasticIpException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidElasticIpException", "variableType" : "InvalidElasticIpException", "variableDeclarationType" : "InvalidElasticIpException", "documentation" : null, "variableSetterType" : "InvalidElasticIpException", "simpleType" : "InvalidElasticIpException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidElasticIpFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeHsmClientCertificatesRequest" : { "c2jName" : "DescribeHsmClientCertificatesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeHsmClientCertificatesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeHsmClientCertificatesRequest", "variableType" : "DescribeHsmClientCertificatesRequest", "variableDeclarationType" : "DescribeHsmClientCertificatesRequest", "documentation" : null, "variableSetterType" : "DescribeHsmClientCertificatesRequest", "simpleType" : "DescribeHsmClientCertificatesRequest" }, "marshaller" : { "action" : "DescribeHsmClientCertificates", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of a specific HSM client certificate for which you want information. If no identifier is specified, information is returned for all HSM client certificates owned by your AWS customer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching HSM client certificates that are associated with the specified key or keys. For example, suppose that you have HSM client certificates that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching HSM client certificates that are associated with the specified tag value or values. For example, suppose that you have HSM client certificates that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM client certificates that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ElasticIpStatus" : { "c2jName" : "ElasticIpStatus", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes the status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ElasticIpStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The elastic IP (EIP) address for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the elastic IP (EIP) address.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the elastic IP (EIP) address.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "elasticIpStatus", "variableType" : "ElasticIpStatus", "variableDeclarationType" : "ElasticIpStatus", "documentation" : null, "variableSetterType" : "ElasticIpStatus", "simpleType" : "ElasticIpStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the elastic IP (EIP) address.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the elastic IP (EIP) address.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the elastic IP (EIP) address.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ElasticIp" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ElasticIp", "c2jName" : "ElasticIp", "c2jShape" : "String", "variable" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticIp", "marshallLocationName" : "ElasticIp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The elastic IP (EIP) address for the cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The elastic IP (EIP) address for the cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param elasticIp The elastic IP (EIP) address for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeHsmClientCertificatesResult" : { "c2jName" : "HsmClientCertificateMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeHsmClientCertificatesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificates", "c2jName" : "HsmClientCertificates", "c2jShape" : "HsmClientCertificateList", "variable" : { "variableName" : "hsmClientCertificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "hsmClientCertificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificates", "marshallLocationName" : "HsmClientCertificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HsmClientCertificate", "memberLocationName" : "HsmClientCertificate", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HsmClientCertificate", "variable" : { "variableName" : "member", "variableType" : "HsmClientCertificate", "variableDeclarationType" : "HsmClientCertificate", "documentation" : "", "variableSetterType" : "HsmClientCertificate", "simpleType" : "HsmClientCertificate" }, "setterModel" : { "variableName" : "member", "variableType" : "HsmClientCertificate", "variableDeclarationType" : "HsmClientCertificate", "documentation" : "", "variableSetterType" : "HsmClientCertificate", "simpleType" : "HsmClientCertificate" }, "getterModel" : { "returnType" : "HsmClientCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificate", "marshallLocationName" : "HsmClientCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "HsmClientCertificate", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificates A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificates A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setHsmClientCertificates(java.util.Collection)} or {@link #withHsmClientCertificates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificates A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeHsmClientCertificatesResult", "variableType" : "DescribeHsmClientCertificatesResult", "variableDeclarationType" : "DescribeHsmClientCertificatesResult", "documentation" : null, "variableSetterType" : "DescribeHsmClientCertificatesResult", "simpleType" : "DescribeHsmClientCertificatesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeHsmClientCertificatesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificates" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificates", "c2jName" : "HsmClientCertificates", "c2jShape" : "HsmClientCertificateList", "variable" : { "variableName" : "hsmClientCertificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "hsmClientCertificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificates", "marshallLocationName" : "HsmClientCertificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HsmClientCertificate", "memberLocationName" : "HsmClientCertificate", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HsmClientCertificate", "variable" : { "variableName" : "member", "variableType" : "HsmClientCertificate", "variableDeclarationType" : "HsmClientCertificate", "documentation" : "", "variableSetterType" : "HsmClientCertificate", "simpleType" : "HsmClientCertificate" }, "setterModel" : { "variableName" : "member", "variableType" : "HsmClientCertificate", "variableDeclarationType" : "HsmClientCertificate", "documentation" : "", "variableSetterType" : "HsmClientCertificate", "simpleType" : "HsmClientCertificate" }, "getterModel" : { "returnType" : "HsmClientCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificate", "marshallLocationName" : "HsmClientCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "HsmClientCertificate", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificates A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificates A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setHsmClientCertificates(java.util.Collection)} or {@link #withHsmClientCertificates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificates A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "CreateTagsResult" : { "c2jName" : "CreateTagsResult", "documentation" : null, "shapeName" : "CreateTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createTagsResult", "variableType" : "CreateTagsResult", "variableDeclarationType" : "CreateTagsResult", "documentation" : null, "variableSetterType" : "CreateTagsResult", "simpleType" : "CreateTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSecurityGroupMembership" : { "c2jName" : "ClusterSecurityGroupMembership", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes a cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSecurityGroupMembership", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterSecurityGroupMembership", "variableType" : "ClusterSecurityGroupMembership", "variableDeclarationType" : "ClusterSecurityGroupMembership", "documentation" : null, "variableSetterType" : "ClusterSecurityGroupMembership", "simpleType" : "ClusterSecurityGroupMembership" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeResizeRequest" : { "c2jName" : "DescribeResizeMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeResizeRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeResizeRequest", "variableType" : "DescribeResizeRequest", "variableDeclarationType" : "DescribeResizeRequest", "documentation" : null, "variableSetterType" : "DescribeResizeRequest", "simpleType" : "DescribeResizeRequest" }, "marshaller" : { "action" : "DescribeResize", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

                                                                                                                                                                                                                                                                                                                                  By default, resize operations for all clusters defined for an AWS account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeClusterSubnetGroupsResult" : { "c2jName" : "ClusterSubnetGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Contains the output from the DescribeClusterSubnetGroups action.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeClusterSubnetGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroups", "c2jName" : "ClusterSubnetGroups", "c2jShape" : "ClusterSubnetGroups", "variable" : { "variableName" : "clusterSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroups", "marshallLocationName" : "ClusterSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterSubnetGroup", "memberLocationName" : "ClusterSubnetGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "ClusterSubnetGroup", "variableDeclarationType" : "ClusterSubnetGroup", "documentation" : "", "variableSetterType" : "ClusterSubnetGroup", "simpleType" : "ClusterSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterSubnetGroup", "variableDeclarationType" : "ClusterSubnetGroup", "documentation" : "", "variableSetterType" : "ClusterSubnetGroup", "simpleType" : "ClusterSubnetGroup" }, "getterModel" : { "returnType" : "ClusterSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroup", "marshallLocationName" : "ClusterSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterSubnetGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroups A list of ClusterSubnetGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of ClusterSubnetGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroups A list of ClusterSubnetGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSubnetGroups(java.util.Collection)} or {@link #withClusterSubnetGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroups A list of ClusterSubnetGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterSubnetGroupsResult", "variableType" : "DescribeClusterSubnetGroupsResult", "variableDeclarationType" : "DescribeClusterSubnetGroupsResult", "documentation" : null, "variableSetterType" : "DescribeClusterSubnetGroupsResult", "simpleType" : "DescribeClusterSubnetGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeClusterSubnetGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterSubnetGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroups", "c2jName" : "ClusterSubnetGroups", "c2jShape" : "ClusterSubnetGroups", "variable" : { "variableName" : "clusterSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroups", "marshallLocationName" : "ClusterSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterSubnetGroup", "memberLocationName" : "ClusterSubnetGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "ClusterSubnetGroup", "variableDeclarationType" : "ClusterSubnetGroup", "documentation" : "", "variableSetterType" : "ClusterSubnetGroup", "simpleType" : "ClusterSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterSubnetGroup", "variableDeclarationType" : "ClusterSubnetGroup", "documentation" : "", "variableSetterType" : "ClusterSubnetGroup", "simpleType" : "ClusterSubnetGroup" }, "getterModel" : { "returnType" : "ClusterSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroup", "marshallLocationName" : "ClusterSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterSubnetGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroups A list of ClusterSubnetGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of ClusterSubnetGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroups A list of ClusterSubnetGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSubnetGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSubnetGroups(java.util.Collection)} or {@link #withClusterSubnetGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroups A list of ClusterSubnetGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "AuthorizeClusterSecurityGroupIngressRequest" : { "c2jName" : "AuthorizeClusterSecurityGroupIngressMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "AuthorizeClusterSecurityGroupIngressRequest", "deprecated" : false, "required" : [ "ClusterSecurityGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the security group to which the ingress rule is added.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param cIDRIP The IP range to be added the Amazon Redshift security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The IP range to be added the Amazon Redshift security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The EC2 security group to be added the Amazon Redshift security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@return The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "authorizeClusterSecurityGroupIngressRequest", "variableType" : "AuthorizeClusterSecurityGroupIngressRequest", "variableDeclarationType" : "AuthorizeClusterSecurityGroupIngressRequest", "documentation" : null, "variableSetterType" : "AuthorizeClusterSecurityGroupIngressRequest", "simpleType" : "AuthorizeClusterSecurityGroupIngressRequest" }, "marshaller" : { "action" : "AuthorizeClusterSecurityGroupIngress", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CIDRIP" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param cIDRIP The IP range to be added the Amazon Redshift security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The IP range to be added the Amazon Redshift security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP range to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EC2SecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The EC2 security group to be added the Amazon Redshift security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The EC2 security group to be added the Amazon Redshift security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EC2SecurityGroupOwnerId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@return The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

                                                                                                                                                                                                                                                                                                                                  Example: 111122223333\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the security group to which the ingress rule is added.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the security group to which the ingress rule is added.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeEventSubscriptionsResult" : { "c2jName" : "EventSubscriptionsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeEventSubscriptionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EventSubscriptionsList", "c2jName" : "EventSubscriptionsList", "c2jShape" : "EventSubscriptionsList", "variable" : { "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventSubscriptionsList", "marshallLocationName" : "EventSubscriptionsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventSubscription", "memberLocationName" : "EventSubscription", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventSubscription", "variable" : { "variableName" : "member", "variableType" : "EventSubscription", "variableDeclarationType" : "EventSubscription", "documentation" : "", "variableSetterType" : "EventSubscription", "simpleType" : "EventSubscription" }, "setterModel" : { "variableName" : "member", "variableType" : "EventSubscription", "variableDeclarationType" : "EventSubscription", "documentation" : "", "variableSetterType" : "EventSubscription", "simpleType" : "EventSubscription" }, "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventSubscription", "marshallLocationName" : "EventSubscription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EventSubscription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventSubscriptionsList A list of event subscriptions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of event subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventSubscriptionsList A list of event subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventSubscriptionsList(java.util.Collection)} or {@link #withEventSubscriptionsList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param eventSubscriptionsList A list of event subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeEventSubscriptionsResult", "variableType" : "DescribeEventSubscriptionsResult", "variableDeclarationType" : "DescribeEventSubscriptionsResult", "documentation" : null, "variableSetterType" : "DescribeEventSubscriptionsResult", "simpleType" : "DescribeEventSubscriptionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeEventSubscriptionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EventSubscriptionsList" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EventSubscriptionsList", "c2jName" : "EventSubscriptionsList", "c2jShape" : "EventSubscriptionsList", "variable" : { "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventSubscriptionsList", "marshallLocationName" : "EventSubscriptionsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventSubscription", "memberLocationName" : "EventSubscription", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventSubscription", "variable" : { "variableName" : "member", "variableType" : "EventSubscription", "variableDeclarationType" : "EventSubscription", "documentation" : "", "variableSetterType" : "EventSubscription", "simpleType" : "EventSubscription" }, "setterModel" : { "variableName" : "member", "variableType" : "EventSubscription", "variableDeclarationType" : "EventSubscription", "documentation" : "", "variableSetterType" : "EventSubscription", "simpleType" : "EventSubscription" }, "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventSubscription", "marshallLocationName" : "EventSubscription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EventSubscription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventSubscriptionsList A list of event subscriptions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of event subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventSubscriptionsList A list of event subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event subscriptions.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventSubscriptionsList(java.util.Collection)} or {@link #withEventSubscriptionsList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param eventSubscriptionsList A list of event subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SnapshotCopyGrant" : { "c2jName" : "SnapshotCopyGrant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified customer master key (CMK) from AWS KMS in the destination region.

                                                                                                                                                                                                                                                                                                                                  For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "SnapshotCopyGrant", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "snapshotCopyGrant", "variableType" : "SnapshotCopyGrant", "variableDeclarationType" : "SnapshotCopyGrant", "documentation" : null, "variableSetterType" : "SnapshotCopyGrant", "simpleType" : "SnapshotCopyGrant" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "KmsKeyId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotCopyGrantName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "InvalidSnapshotCopyGrantStateException" : { "c2jName" : "InvalidSnapshotCopyGrantStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The snapshot copy grant can't be deleted because it is used by one or more clusters.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidSnapshotCopyGrantStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSnapshotCopyGrantStateException", "variableType" : "InvalidSnapshotCopyGrantStateException", "variableDeclarationType" : "InvalidSnapshotCopyGrantStateException", "documentation" : null, "variableSetterType" : "InvalidSnapshotCopyGrantStateException", "simpleType" : "InvalidSnapshotCopyGrantStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSnapshotCopyGrantStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteSnapshotCopyGrantRequest" : { "c2jName" : "DeleteSnapshotCopyGrantMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The result of the DeleteSnapshotCopyGrant action.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteSnapshotCopyGrantRequest", "deprecated" : false, "required" : [ "SnapshotCopyGrantName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to delete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteSnapshotCopyGrantRequest", "variableType" : "DeleteSnapshotCopyGrantRequest", "variableDeclarationType" : "DeleteSnapshotCopyGrantRequest", "documentation" : null, "variableSetterType" : "DeleteSnapshotCopyGrantRequest", "simpleType" : "DeleteSnapshotCopyGrantRequest" }, "marshaller" : { "action" : "DeleteSnapshotCopyGrant", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotCopyGrantName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to delete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant to delete.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ParameterApplyType" : { "c2jName" : "ParameterApplyType", "documentation" : "", "shapeName" : "ParameterApplyType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Static", "value" : "static" }, { "name" : "Dynamic", "value" : "dynamic" } ], "variable" : { "variableName" : "parameterApplyType", "variableType" : "ParameterApplyType", "variableDeclarationType" : "ParameterApplyType", "documentation" : null, "variableSetterType" : "ParameterApplyType", "simpleType" : "ParameterApplyType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ResizeNotFoundException" : { "c2jName" : "ResizeNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A resize operation for the specified cluster is not found.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ResizeNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resizeNotFoundException", "variableType" : "ResizeNotFoundException", "variableDeclarationType" : "ResizeNotFoundException", "documentation" : null, "variableSetterType" : "ResizeNotFoundException", "simpleType" : "ResizeNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResizeNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidHsmClientCertificateStateException" : { "c2jName" : "InvalidHsmClientCertificateStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The specified HSM client certificate is not in the available state, or it is still in use by one or more Amazon Redshift clusters.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidHsmClientCertificateStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidHsmClientCertificateStateException", "variableType" : "InvalidHsmClientCertificateStateException", "variableDeclarationType" : "InvalidHsmClientCertificateStateException", "documentation" : null, "variableSetterType" : "InvalidHsmClientCertificateStateException", "simpleType" : "InvalidHsmClientCertificateStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidHsmClientCertificateStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidClusterSubnetGroupStateException" : { "c2jName" : "InvalidClusterSubnetGroupStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The cluster subnet group cannot be deleted because it is in use.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidClusterSubnetGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidClusterSubnetGroupStateException", "variableType" : "InvalidClusterSubnetGroupStateException", "variableDeclarationType" : "InvalidClusterSubnetGroupStateException", "documentation" : null, "variableSetterType" : "InvalidClusterSubnetGroupStateException", "simpleType" : "InvalidClusterSubnetGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidClusterSubnetGroupStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTableRestoreStatusResult" : { "c2jName" : "TableRestoreStatusMessage", "documentation" : "", "shapeName" : "DescribeTableRestoreStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TableRestoreStatusDetails", "c2jName" : "TableRestoreStatusDetails", "c2jShape" : "TableRestoreStatusList", "variable" : { "variableName" : "tableRestoreStatusDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tableRestoreStatusDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreStatusDetails", "marshallLocationName" : "TableRestoreStatusDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TableRestoreStatus", "memberLocationName" : "TableRestoreStatus", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TableRestoreStatus", "variable" : { "variableName" : "member", "variableType" : "TableRestoreStatus", "variableDeclarationType" : "TableRestoreStatus", "documentation" : "", "variableSetterType" : "TableRestoreStatus", "simpleType" : "TableRestoreStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "TableRestoreStatus", "variableDeclarationType" : "TableRestoreStatus", "documentation" : "", "variableSetterType" : "TableRestoreStatus", "simpleType" : "TableRestoreStatus" }, "getterModel" : { "returnType" : "TableRestoreStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreStatus", "marshallLocationName" : "TableRestoreStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "TableRestoreStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n@param tableRestoreStatusDetails A list of status details for one or more table restore requests.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of status details for one or more table restore requests.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n@param tableRestoreStatusDetails A list of status details for one or more table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTableRestoreStatusDetails(java.util.Collection)} or {@link #withTableRestoreStatusDetails(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tableRestoreStatusDetails A list of status details for one or more table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeTableRestoreStatusResult", "variableType" : "DescribeTableRestoreStatusResult", "variableDeclarationType" : "DescribeTableRestoreStatusResult", "documentation" : null, "variableSetterType" : "DescribeTableRestoreStatusResult", "simpleType" : "DescribeTableRestoreStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeTableRestoreStatusResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TableRestoreStatusDetails" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TableRestoreStatusDetails", "c2jName" : "TableRestoreStatusDetails", "c2jShape" : "TableRestoreStatusList", "variable" : { "variableName" : "tableRestoreStatusDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tableRestoreStatusDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreStatusDetails", "marshallLocationName" : "TableRestoreStatusDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TableRestoreStatus", "memberLocationName" : "TableRestoreStatus", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TableRestoreStatus", "variable" : { "variableName" : "member", "variableType" : "TableRestoreStatus", "variableDeclarationType" : "TableRestoreStatus", "documentation" : "", "variableSetterType" : "TableRestoreStatus", "simpleType" : "TableRestoreStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "TableRestoreStatus", "variableDeclarationType" : "TableRestoreStatus", "documentation" : "", "variableSetterType" : "TableRestoreStatus", "simpleType" : "TableRestoreStatus" }, "getterModel" : { "returnType" : "TableRestoreStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "TableRestoreStatus", "marshallLocationName" : "TableRestoreStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "TableRestoreStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n@param tableRestoreStatusDetails A list of status details for one or more table restore requests.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of status details for one or more table restore requests.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n@param tableRestoreStatusDetails A list of status details for one or more table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of status details for one or more table restore requests.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTableRestoreStatusDetails(java.util.Collection)} or {@link #withTableRestoreStatusDetails(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tableRestoreStatusDetails A list of status details for one or more table restore requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "ClusterSnapshotNotFoundException" : { "c2jName" : "ClusterSnapshotNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier does not refer to an existing cluster snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSnapshotNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSnapshotNotFoundException", "variableType" : "ClusterSnapshotNotFoundException", "variableDeclarationType" : "ClusterSnapshotNotFoundException", "documentation" : null, "variableSetterType" : "ClusterSnapshotNotFoundException", "simpleType" : "ClusterSnapshotNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSnapshotNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEventCategoriesResult" : { "c2jName" : "EventCategoriesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeEventCategoriesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EventCategoriesMapList", "c2jName" : "EventCategoriesMapList", "c2jShape" : "EventCategoriesMapList", "variable" : { "variableName" : "eventCategoriesMapList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategoriesMapList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesMapList", "marshallLocationName" : "EventCategoriesMapList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventCategoriesMap", "memberLocationName" : "EventCategoriesMap", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventCategoriesMap", "variable" : { "variableName" : "member", "variableType" : "EventCategoriesMap", "variableDeclarationType" : "EventCategoriesMap", "documentation" : "", "variableSetterType" : "EventCategoriesMap", "simpleType" : "EventCategoriesMap" }, "setterModel" : { "variableName" : "member", "variableType" : "EventCategoriesMap", "variableDeclarationType" : "EventCategoriesMap", "documentation" : "", "variableSetterType" : "EventCategoriesMap", "simpleType" : "EventCategoriesMap" }, "getterModel" : { "returnType" : "EventCategoriesMap", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesMap", "marshallLocationName" : "EventCategoriesMap", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EventCategoriesMap", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesMapList A list of event categories descriptions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of event categories descriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesMapList A list of event categories descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategoriesMapList(java.util.Collection)} or {@link #withEventCategoriesMapList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesMapList A list of event categories descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeEventCategoriesResult", "variableType" : "DescribeEventCategoriesResult", "variableDeclarationType" : "DescribeEventCategoriesResult", "documentation" : null, "variableSetterType" : "DescribeEventCategoriesResult", "simpleType" : "DescribeEventCategoriesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeEventCategoriesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EventCategoriesMapList" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EventCategoriesMapList", "c2jName" : "EventCategoriesMapList", "c2jShape" : "EventCategoriesMapList", "variable" : { "variableName" : "eventCategoriesMapList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategoriesMapList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesMapList", "marshallLocationName" : "EventCategoriesMapList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventCategoriesMap", "memberLocationName" : "EventCategoriesMap", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventCategoriesMap", "variable" : { "variableName" : "member", "variableType" : "EventCategoriesMap", "variableDeclarationType" : "EventCategoriesMap", "documentation" : "", "variableSetterType" : "EventCategoriesMap", "simpleType" : "EventCategoriesMap" }, "setterModel" : { "variableName" : "member", "variableType" : "EventCategoriesMap", "variableDeclarationType" : "EventCategoriesMap", "documentation" : "", "variableSetterType" : "EventCategoriesMap", "simpleType" : "EventCategoriesMap" }, "getterModel" : { "returnType" : "EventCategoriesMap", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesMap", "marshallLocationName" : "EventCategoriesMap", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EventCategoriesMap", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesMapList A list of event categories descriptions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of event categories descriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesMapList A list of event categories descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of event categories descriptions.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategoriesMapList(java.util.Collection)} or {@link #withEventCategoriesMapList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesMapList A list of event categories descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "HsmClientCertificate" : { "c2jName" : "HsmClientCertificate", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "HsmClientCertificate", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the HSM client certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificatePublicKey", "c2jName" : "HsmClientCertificatePublicKey", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificatePublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificatePublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificatePublicKey", "marshallLocationName" : "HsmClientCertificatePublicKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificatePublicKey The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@return The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificatePublicKey The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificatePublicKey The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM client certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the HSM client certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "hsmClientCertificate", "variableType" : "HsmClientCertificate", "variableDeclarationType" : "HsmClientCertificate", "documentation" : null, "variableSetterType" : "HsmClientCertificate", "simpleType" : "HsmClientCertificate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the HSM client certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmClientCertificatePublicKey" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificatePublicKey", "c2jName" : "HsmClientCertificatePublicKey", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificatePublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificatePublicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificatePublicKey", "marshallLocationName" : "HsmClientCertificatePublicKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificatePublicKey The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@return The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificatePublicKey The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificatePublicKey The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM client certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the HSM client certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM client certificate.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM client certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag consisting of a name/value pair for a resource.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "Tag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "String", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param key The key, or name, for the resource tag.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@return The key, or name, for the resource tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param key The key, or name, for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param key The key, or name, for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param value The value for the resource tag.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@return The value for the resource tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param value The value for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param value The value for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "variableSetterType" : "Tag", "simpleType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param value The value for the resource tag.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@return The value for the resource tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param value The value for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The value for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param value The value for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Key" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "String", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param key The key, or name, for the resource tag.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@return The key, or name, for the resource tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param key The key, or name, for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The key, or name, for the resource tag.

                                                                                                                                                                                                                                                                                                                                  \n@param key The key, or name, for the resource tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DeleteClusterSecurityGroupRequest" : { "c2jName" : "DeleteClusterSecurityGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteClusterSecurityGroupRequest", "deprecated" : false, "required" : [ "ClusterSecurityGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster security group to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteClusterSecurityGroupRequest", "variableType" : "DeleteClusterSecurityGroupRequest", "variableDeclarationType" : "DeleteClusterSecurityGroupRequest", "documentation" : null, "variableSetterType" : "DeleteClusterSecurityGroupRequest", "simpleType" : "DeleteClusterSecurityGroupRequest" }, "marshaller" : { "action" : "DeleteClusterSecurityGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster security group to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeResizeResult" : { "c2jName" : "ResizeProgressMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes the result of a cluster resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeResizeResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TargetNodeType", "c2jName" : "TargetNodeType", "c2jShape" : "String", "variable" : { "variableName" : "targetNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetNodeType", "marshallLocationName" : "TargetNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNodeType The node type that the cluster will have after the resize operation is complete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@return The node type that the cluster will have after the resize operation is complete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNodeType The node type that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNodeType The node type that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TargetNumberOfNodes", "c2jName" : "TargetNumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "targetNumberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "targetNumberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetNumberOfNodes", "marshallLocationName" : "TargetNumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNumberOfNodes The number of nodes that the cluster will have after the resize operation is complete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@return The number of nodes that the cluster will have after the resize operation is complete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNumberOfNodes The number of nodes that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNumberOfNodes The number of nodes that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TargetClusterType", "c2jName" : "TargetClusterType", "c2jShape" : "String", "variable" : { "variableName" : "targetClusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetClusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetClusterType", "marshallLocationName" : "TargetClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@param targetClusterType The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@return The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@param targetClusterType The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@param targetClusterType The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ImportTablesCompleted", "c2jName" : "ImportTablesCompleted", "c2jShape" : "ImportTablesCompleted", "variable" : { "variableName" : "importTablesCompleted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "importTablesCompleted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImportTablesCompleted", "marshallLocationName" : "ImportTablesCompleted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesCompleted The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@return The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesCompleted The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setImportTablesCompleted(java.util.Collection)} or {@link #withImportTablesCompleted(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesCompleted The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ImportTablesInProgress", "c2jName" : "ImportTablesInProgress", "c2jShape" : "ImportTablesInProgress", "variable" : { "variableName" : "importTablesInProgress", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "importTablesInProgress", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImportTablesInProgress", "marshallLocationName" : "ImportTablesInProgress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesInProgress The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@return The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesInProgress The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setImportTablesInProgress(java.util.Collection)} or {@link #withImportTablesInProgress(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesInProgress The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ImportTablesNotStarted", "c2jName" : "ImportTablesNotStarted", "c2jShape" : "ImportTablesNotStarted", "variable" : { "variableName" : "importTablesNotStarted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "importTablesNotStarted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImportTablesNotStarted", "marshallLocationName" : "ImportTablesNotStarted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesNotStarted The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n@return The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesNotStarted The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setImportTablesNotStarted(java.util.Collection)} or {@link #withImportTablesNotStarted(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesNotStarted The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AvgResizeRateInMegaBytesPerSecond", "c2jName" : "AvgResizeRateInMegaBytesPerSecond", "c2jShape" : "DoubleOptional", "variable" : { "variableName" : "avgResizeRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "avgResizeRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvgResizeRateInMegaBytesPerSecond", "marshallLocationName" : "AvgResizeRateInMegaBytesPerSecond", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param avgResizeRateInMegaBytesPerSecond The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@return The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param avgResizeRateInMegaBytesPerSecond The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param avgResizeRateInMegaBytesPerSecond The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TotalResizeDataInMegaBytes", "c2jName" : "TotalResizeDataInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "totalResizeDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "totalResizeDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "TotalResizeDataInMegaBytes", "marshallLocationName" : "TotalResizeDataInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@param totalResizeDataInMegaBytes The estimated total amount of data, in megabytes, on the cluster before the resize operation began.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@return The estimated total amount of data, in megabytes, on the cluster before the resize operation began.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@param totalResizeDataInMegaBytes The estimated total amount of data, in megabytes, on the cluster before the resize operation began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@param totalResizeDataInMegaBytes The estimated total amount of data, in megabytes, on the cluster before the resize operation began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ProgressInMegaBytes", "c2jName" : "ProgressInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProgressInMegaBytes", "marshallLocationName" : "ProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@param progressInMegaBytes While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@return While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@param progressInMegaBytes While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@param progressInMegaBytes While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ElapsedTimeInSeconds", "c2jName" : "ElapsedTimeInSeconds", "c2jShape" : "LongOptional", "variable" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElapsedTimeInSeconds", "marshallLocationName" : "ElapsedTimeInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@return The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EstimatedTimeToCompletionInSeconds", "c2jName" : "EstimatedTimeToCompletionInSeconds", "c2jShape" : "LongOptional", "variable" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedTimeToCompletionInSeconds", "marshallLocationName" : "EstimatedTimeToCompletionInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@param estimatedTimeToCompletionInSeconds The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@return The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@param estimatedTimeToCompletionInSeconds The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@param estimatedTimeToCompletionInSeconds The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeResizeResult", "variableType" : "DescribeResizeResult", "variableDeclarationType" : "DescribeResizeResult", "documentation" : null, "variableSetterType" : "DescribeResizeResult", "simpleType" : "DescribeResizeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeResizeResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TargetClusterType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TargetClusterType", "c2jName" : "TargetClusterType", "c2jShape" : "String", "variable" : { "variableName" : "targetClusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetClusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetClusterType", "marshallLocationName" : "TargetClusterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@param targetClusterType The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@return The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@param targetClusterType The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node

                                                                                                                                                                                                                                                                                                                                  \n@param targetClusterType The cluster type after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  Valid Values: multi-node | single-node\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the resize operation.

                                                                                                                                                                                                                                                                                                                                  Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ElapsedTimeInSeconds" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ElapsedTimeInSeconds", "c2jName" : "ElapsedTimeInSeconds", "c2jShape" : "LongOptional", "variable" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "elapsedTimeInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElapsedTimeInSeconds", "marshallLocationName" : "ElapsedTimeInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@return The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param elapsedTimeInSeconds The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EstimatedTimeToCompletionInSeconds" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EstimatedTimeToCompletionInSeconds", "c2jName" : "EstimatedTimeToCompletionInSeconds", "c2jShape" : "LongOptional", "variable" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "estimatedTimeToCompletionInSeconds", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "EstimatedTimeToCompletionInSeconds", "marshallLocationName" : "EstimatedTimeToCompletionInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@param estimatedTimeToCompletionInSeconds The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@return The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@param estimatedTimeToCompletionInSeconds The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

                                                                                                                                                                                                                                                                                                                                  \n@param estimatedTimeToCompletionInSeconds The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ImportTablesNotStarted" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ImportTablesNotStarted", "c2jName" : "ImportTablesNotStarted", "c2jShape" : "ImportTablesNotStarted", "variable" : { "variableName" : "importTablesNotStarted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "importTablesNotStarted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImportTablesNotStarted", "marshallLocationName" : "ImportTablesNotStarted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesNotStarted The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n@return The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesNotStarted The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setImportTablesNotStarted(java.util.Collection)} or {@link #withImportTablesNotStarted(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesNotStarted The names of tables that have not been yet imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ImportTablesInProgress" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ImportTablesInProgress", "c2jName" : "ImportTablesInProgress", "c2jShape" : "ImportTablesInProgress", "variable" : { "variableName" : "importTablesInProgress", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "importTablesInProgress", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImportTablesInProgress", "marshallLocationName" : "ImportTablesInProgress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesInProgress The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@return The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesInProgress The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setImportTablesInProgress(java.util.Collection)} or {@link #withImportTablesInProgress(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesInProgress The names of tables that are being currently imported.

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ProgressInMegaBytes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ProgressInMegaBytes", "c2jName" : "ProgressInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "progressInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProgressInMegaBytes", "marshallLocationName" : "ProgressInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@param progressInMegaBytes While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@return While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@param progressInMegaBytes While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

                                                                                                                                                                                                                                                                                                                                  \n@param progressInMegaBytes While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "AvgResizeRateInMegaBytesPerSecond" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AvgResizeRateInMegaBytesPerSecond", "c2jName" : "AvgResizeRateInMegaBytesPerSecond", "c2jShape" : "DoubleOptional", "variable" : { "variableName" : "avgResizeRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "avgResizeRateInMegaBytesPerSecond", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvgResizeRateInMegaBytesPerSecond", "marshallLocationName" : "AvgResizeRateInMegaBytesPerSecond", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param avgResizeRateInMegaBytesPerSecond The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@return The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param avgResizeRateInMegaBytesPerSecond The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

                                                                                                                                                                                                                                                                                                                                  \n@param avgResizeRateInMegaBytesPerSecond The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TotalResizeDataInMegaBytes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TotalResizeDataInMegaBytes", "c2jName" : "TotalResizeDataInMegaBytes", "c2jShape" : "LongOptional", "variable" : { "variableName" : "totalResizeDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "totalResizeDataInMegaBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "TotalResizeDataInMegaBytes", "marshallLocationName" : "TotalResizeDataInMegaBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@param totalResizeDataInMegaBytes The estimated total amount of data, in megabytes, on the cluster before the resize operation began.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@return The estimated total amount of data, in megabytes, on the cluster before the resize operation began.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@param totalResizeDataInMegaBytes The estimated total amount of data, in megabytes, on the cluster before the resize operation began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

                                                                                                                                                                                                                                                                                                                                  \n@param totalResizeDataInMegaBytes The estimated total amount of data, in megabytes, on the cluster before the resize operation began.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ImportTablesCompleted" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ImportTablesCompleted", "c2jName" : "ImportTablesCompleted", "c2jShape" : "ImportTablesCompleted", "variable" : { "variableName" : "importTablesCompleted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "importTablesCompleted", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ImportTablesCompleted", "marshallLocationName" : "ImportTablesCompleted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesCompleted The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@return The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesCompleted The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setImportTablesCompleted(java.util.Collection)} or {@link #withImportTablesCompleted(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param importTablesCompleted The names of tables that have been completely imported .

                                                                                                                                                                                                                                                                                                                                  Valid Values: List of table names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TargetNumberOfNodes" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TargetNumberOfNodes", "c2jName" : "TargetNumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "targetNumberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "targetNumberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetNumberOfNodes", "marshallLocationName" : "TargetNumberOfNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNumberOfNodes The number of nodes that the cluster will have after the resize operation is complete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@return The number of nodes that the cluster will have after the resize operation is complete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNumberOfNodes The number of nodes that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of nodes that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNumberOfNodes The number of nodes that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TargetNodeType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TargetNodeType", "c2jName" : "TargetNodeType", "c2jShape" : "String", "variable" : { "variableName" : "targetNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetNodeType", "marshallLocationName" : "TargetNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNodeType The node type that the cluster will have after the resize operation is complete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@return The node type that the cluster will have after the resize operation is complete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNodeType The node type that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The node type that the cluster will have after the resize operation is complete.

                                                                                                                                                                                                                                                                                                                                  \n@param targetNodeType The node type that the cluster will have after the resize operation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "AccountWithRestoreAccess" : { "c2jName" : "AccountWithRestoreAccess", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "AccountWithRestoreAccess", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountId", "c2jName" : "AccountId", "c2jShape" : "String", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountId", "marshallLocationName" : "AccountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of an AWS customer account authorized to restore a snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "accountWithRestoreAccess", "variableType" : "AccountWithRestoreAccess", "variableDeclarationType" : "AccountWithRestoreAccess", "documentation" : null, "variableSetterType" : "AccountWithRestoreAccess", "simpleType" : "AccountWithRestoreAccess" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountId", "c2jName" : "AccountId", "c2jShape" : "String", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountId", "marshallLocationName" : "AccountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of an AWS customer account authorized to restore a snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of an AWS customer account authorized to restore a snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidTagException" : { "c2jName" : "InvalidTagFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The tag is invalid.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidTagException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTagException", "variableType" : "InvalidTagException", "variableDeclarationType" : "InvalidTagException", "documentation" : null, "variableSetterType" : "InvalidTagException", "simpleType" : "InvalidTagException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTagFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HsmClientCertificateAlreadyExistsException" : { "c2jName" : "HsmClientCertificateAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  There is already an existing Amazon Redshift HSM client certificate with the specified identifier.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "HsmClientCertificateAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "hsmClientCertificateAlreadyExistsException", "variableType" : "HsmClientCertificateAlreadyExistsException", "variableDeclarationType" : "HsmClientCertificateAlreadyExistsException", "documentation" : null, "variableSetterType" : "HsmClientCertificateAlreadyExistsException", "simpleType" : "HsmClientCertificateAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HsmClientCertificateAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateClusterSecurityGroupRequest" : { "c2jName" : "CreateClusterSecurityGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "CreateClusterSecurityGroupRequest", "deprecated" : false, "required" : [ "ClusterSecurityGroupName", "Description" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@return The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description for the security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A description for the security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description for the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description for the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "createClusterSecurityGroupRequest", "variableType" : "CreateClusterSecurityGroupRequest", "variableDeclarationType" : "CreateClusterSecurityGroupRequest", "documentation" : null, "variableSetterType" : "CreateClusterSecurityGroupRequest", "simpleType" : "CreateClusterSecurityGroupRequest" }, "marshaller" : { "action" : "CreateClusterSecurityGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description for the security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A description for the security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description for the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description for the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description for the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@return The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name for the security group. Amazon Redshift stores the value as a lowercase string.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Must contain no more than 255 alphanumeric characters or hyphens.
                                                                                                                                                                                                                                                                                                                                  • Must not be \"Default\".
                                                                                                                                                                                                                                                                                                                                  • Must be unique for all security groups that are created by your AWS account.

                                                                                                                                                                                                                                                                                                                                  Example: examplesecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of tag instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of tag instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags A list of tag instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DescribeSnapshotCopyGrantsRequest" : { "c2jName" : "DescribeSnapshotCopyGrantsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The result of the DescribeSnapshotCopyGrants action.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeSnapshotCopyGrantsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeSnapshotCopyGrantsRequest", "variableType" : "DescribeSnapshotCopyGrantsRequest", "variableDeclarationType" : "DescribeSnapshotCopyGrantsRequest", "documentation" : null, "variableSetterType" : "DescribeSnapshotCopyGrantsRequest", "simpleType" : "DescribeSnapshotCopyGrantsRequest" }, "marshaller" : { "action" : "DescribeSnapshotCopyGrants", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotCopyGrantName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCopyGrantName", "c2jName" : "SnapshotCopyGrantName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotCopyGrantName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCopyGrantName", "marshallLocationName" : "SnapshotCopyGrantName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the snapshot copy grant.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the snapshot copy grant.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotCopyGrantName The name of the snapshot copy grant.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "HsmClientCertificateQuotaExceededException" : { "c2jName" : "HsmClientCertificateQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The quota for HSM client certificates has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "HsmClientCertificateQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "hsmClientCertificateQuotaExceededException", "variableType" : "HsmClientCertificateQuotaExceededException", "variableDeclarationType" : "HsmClientCertificateQuotaExceededException", "documentation" : null, "variableSetterType" : "HsmClientCertificateQuotaExceededException", "simpleType" : "HsmClientCertificateQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HsmClientCertificateQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidClusterSecurityGroupStateException" : { "c2jName" : "InvalidClusterSecurityGroupStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The state of the cluster security group is not available.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidClusterSecurityGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidClusterSecurityGroupStateException", "variableType" : "InvalidClusterSecurityGroupStateException", "variableDeclarationType" : "InvalidClusterSecurityGroupStateException", "documentation" : null, "variableSetterType" : "InvalidClusterSecurityGroupStateException", "simpleType" : "InvalidClusterSecurityGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidClusterSecurityGroupState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RevokeSnapshotAccessRequest" : { "c2jName" : "RevokeSnapshotAccessMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "RevokeSnapshotAccessRequest", "deprecated" : false, "required" : [ "SnapshotIdentifier", "AccountWithRestoreAccess" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the account can no longer access.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the snapshot that the account can no longer access.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the account can no longer access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the account can no longer access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountWithRestoreAccess", "c2jName" : "AccountWithRestoreAccess", "c2jShape" : "String", "variable" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountWithRestoreAccess", "marshallLocationName" : "AccountWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account that can no longer restore the specified snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the AWS customer account that can no longer restore the specified snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account that can no longer restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account that can no longer restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "revokeSnapshotAccessRequest", "variableType" : "RevokeSnapshotAccessRequest", "variableDeclarationType" : "RevokeSnapshotAccessRequest", "documentation" : null, "variableSetterType" : "RevokeSnapshotAccessRequest", "simpleType" : "RevokeSnapshotAccessRequest" }, "marshaller" : { "action" : "RevokeSnapshotAccess", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountWithRestoreAccess" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountWithRestoreAccess", "c2jName" : "AccountWithRestoreAccess", "c2jShape" : "String", "variable" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountWithRestoreAccess", "marshallLocationName" : "AccountWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account that can no longer restore the specified snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the AWS customer account that can no longer restore the specified snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account that can no longer restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account that can no longer restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account that can no longer restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the account can no longer access.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the snapshot that the account can no longer access.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the account can no longer access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot that the account can no longer access.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot that the account can no longer access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterParameterStatus" : { "c2jName" : "ClusterParameterStatus", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes the status of a parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterParameterStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyErrorDescription", "c2jName" : "ParameterApplyErrorDescription", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyErrorDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyErrorDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyErrorDescription", "marshallLocationName" : "ParameterApplyErrorDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyErrorDescription The error that prevented the parameter from being applied to the database.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@return The error that prevented the parameter from being applied to the database.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyErrorDescription The error that prevented the parameter from being applied to the database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyErrorDescription The error that prevented the parameter from being applied to the database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterParameterStatus", "variableType" : "ClusterParameterStatus", "variableDeclarationType" : "ClusterParameterStatus", "documentation" : null, "variableSetterType" : "ClusterParameterStatus", "simpleType" : "ClusterParameterStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterApplyStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.

                                                                                                                                                                                                                                                                                                                                  The following are possible statuses and descriptions.

                                                                                                                                                                                                                                                                                                                                  • in-sync: The parameter value is in sync with the database.
                                                                                                                                                                                                                                                                                                                                  • pending-reboot: The parameter value will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • applying: The parameter value is being applied to the database.
                                                                                                                                                                                                                                                                                                                                  • invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.
                                                                                                                                                                                                                                                                                                                                  • apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  • unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
                                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterApplyErrorDescription" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyErrorDescription", "c2jName" : "ParameterApplyErrorDescription", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyErrorDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyErrorDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyErrorDescription", "marshallLocationName" : "ParameterApplyErrorDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyErrorDescription The error that prevented the parameter from being applied to the database.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@return The error that prevented the parameter from being applied to the database.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyErrorDescription The error that prevented the parameter from being applied to the database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The error that prevented the parameter from being applied to the database.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyErrorDescription The error that prevented the parameter from being applied to the database.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidVPCNetworkStateException" : { "c2jName" : "InvalidVPCNetworkStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The cluster subnet group does not cover all Availability Zones.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidVPCNetworkStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidVPCNetworkStateException", "variableType" : "InvalidVPCNetworkStateException", "variableDeclarationType" : "InvalidVPCNetworkStateException", "documentation" : null, "variableSetterType" : "InvalidVPCNetworkStateException", "simpleType" : "InvalidVPCNetworkStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidVPCNetworkStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SNSTopicArnNotFoundException" : { "c2jName" : "SNSTopicArnNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "SNSTopicArnNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "sNSTopicArnNotFoundException", "variableType" : "SNSTopicArnNotFoundException", "variableDeclarationType" : "SNSTopicArnNotFoundException", "documentation" : null, "variableSetterType" : "SNSTopicArnNotFoundException", "simpleType" : "SNSTopicArnNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SNSTopicArnNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReservedNodeQuotaExceededException" : { "c2jName" : "ReservedNodeQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Request would exceed the user's compute node quota. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ReservedNodeQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedNodeQuotaExceededException", "variableType" : "ReservedNodeQuotaExceededException", "variableDeclarationType" : "ReservedNodeQuotaExceededException", "documentation" : null, "variableSetterType" : "ReservedNodeQuotaExceededException", "simpleType" : "ReservedNodeQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedNodeQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSecurityGroup" : { "c2jName" : "ClusterSecurityGroup", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes a security group.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSecurityGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to which the operation was applied.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster security group to which the operation was applied.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to which the operation was applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to which the operation was applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description of the security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A description of the security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EC2SecurityGroups", "c2jName" : "EC2SecurityGroups", "c2jShape" : "EC2SecurityGroupList", "variable" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroups", "marshallLocationName" : "EC2SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EC2SecurityGroup", "memberLocationName" : "EC2SecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EC2SecurityGroup", "variable" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "variableSetterType" : "EC2SecurityGroup", "simpleType" : "EC2SecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "variableSetterType" : "EC2SecurityGroup", "simpleType" : "EC2SecurityGroup" }, "getterModel" : { "returnType" : "EC2SecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroup", "marshallLocationName" : "EC2SecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EC2SecurityGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroups A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroups A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEC2SecurityGroups(java.util.Collection)} or {@link #withEC2SecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroups A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "IPRanges", "c2jName" : "IPRanges", "c2jShape" : "IPRangeList", "variable" : { "variableName" : "iPRanges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iPRanges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPRanges", "marshallLocationName" : "IPRanges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPRange", "memberLocationName" : "IPRange", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPRange", "variable" : { "variableName" : "member", "variableType" : "IPRange", "variableDeclarationType" : "IPRange", "documentation" : "", "variableSetterType" : "IPRange", "simpleType" : "IPRange" }, "setterModel" : { "variableName" : "member", "variableType" : "IPRange", "variableDeclarationType" : "IPRange", "documentation" : "", "variableSetterType" : "IPRange", "simpleType" : "IPRange" }, "getterModel" : { "returnType" : "IPRange", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPRange", "marshallLocationName" : "IPRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "IPRange", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param iPRanges A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param iPRanges A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setIPRanges(java.util.Collection)} or {@link #withIPRanges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param iPRanges A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterSecurityGroup", "variableType" : "ClusterSecurityGroup", "variableDeclarationType" : "ClusterSecurityGroup", "documentation" : null, "variableSetterType" : "ClusterSecurityGroup", "simpleType" : "ClusterSecurityGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description of the security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A description of the security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A description of the security group.

                                                                                                                                                                                                                                                                                                                                  \n@param description A description of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to which the operation was applied.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster security group to which the operation was applied.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to which the operation was applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster security group to which the operation was applied.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of the cluster security group to which the operation was applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "IPRanges" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "IPRanges", "c2jName" : "IPRanges", "c2jShape" : "IPRangeList", "variable" : { "variableName" : "iPRanges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "iPRanges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPRanges", "marshallLocationName" : "IPRanges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IPRange", "memberLocationName" : "IPRange", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPRange", "variable" : { "variableName" : "member", "variableType" : "IPRange", "variableDeclarationType" : "IPRange", "documentation" : "", "variableSetterType" : "IPRange", "simpleType" : "IPRange" }, "setterModel" : { "variableName" : "member", "variableType" : "IPRange", "variableDeclarationType" : "IPRange", "documentation" : "", "variableSetterType" : "IPRange", "simpleType" : "IPRange" }, "getterModel" : { "returnType" : "IPRange", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPRange", "marshallLocationName" : "IPRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "IPRange", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param iPRanges A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param iPRanges A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setIPRanges(java.util.Collection)} or {@link #withIPRanges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param iPRanges A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "EC2SecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EC2SecurityGroups", "c2jName" : "EC2SecurityGroups", "c2jShape" : "EC2SecurityGroupList", "variable" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroups", "marshallLocationName" : "EC2SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EC2SecurityGroup", "memberLocationName" : "EC2SecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EC2SecurityGroup", "variable" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "variableSetterType" : "EC2SecurityGroup", "simpleType" : "EC2SecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "variableSetterType" : "EC2SecurityGroup", "simpleType" : "EC2SecurityGroup" }, "getterModel" : { "returnType" : "EC2SecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroup", "marshallLocationName" : "EC2SecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "EC2SecurityGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroups A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroups A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEC2SecurityGroups(java.util.Collection)} or {@link #withEC2SecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param eC2SecurityGroups A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the cluster security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the cluster security group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the cluster security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "AuthorizeSnapshotAccessRequest" : { "c2jName" : "AuthorizeSnapshotAccessMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "AuthorizeSnapshotAccessRequest", "deprecated" : false, "required" : [ "SnapshotIdentifier", "AccountWithRestoreAccess" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the snapshot the account is authorized to restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountWithRestoreAccess", "c2jName" : "AccountWithRestoreAccess", "c2jShape" : "String", "variable" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountWithRestoreAccess", "marshallLocationName" : "AccountWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the AWS customer account authorized to restore the specified snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "authorizeSnapshotAccessRequest", "variableType" : "AuthorizeSnapshotAccessRequest", "variableDeclarationType" : "AuthorizeSnapshotAccessRequest", "documentation" : null, "variableSetterType" : "AuthorizeSnapshotAccessRequest", "simpleType" : "AuthorizeSnapshotAccessRequest" }, "marshaller" : { "action" : "AuthorizeSnapshotAccess", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountWithRestoreAccess" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "AccountWithRestoreAccess", "c2jName" : "AccountWithRestoreAccess", "c2jShape" : "String", "variable" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountWithRestoreAccess", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountWithRestoreAccess", "marshallLocationName" : "AccountWithRestoreAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the AWS customer account authorized to restore the specified snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the AWS customer account authorized to restore the specified snapshot.

                                                                                                                                                                                                                                                                                                                                  \n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the snapshot the account is authorized to restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the snapshot the account is authorized to restore.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotClusterIdentifier", "c2jName" : "SnapshotClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotClusterIdentifier", "marshallLocationName" : "SnapshotClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "DescribeClusterSnapshotsRequest" : { "c2jName" : "DescribeClusterSnapshotsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeClusterSnapshotsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which information about snapshots is requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster for which information about snapshots is requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which information about snapshots is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which information about snapshots is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier of the snapshot about which to return information.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@return The snapshot identifier of the snapshot about which to return information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier of the snapshot about which to return information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier of the snapshot about which to return information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotType", "marshallLocationName" : "SnapshotType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@return The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param startTime A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@return A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param startTime A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param startTime A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param endTime A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@return A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param endTime A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param endTime A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "OwnerAccount", "c2jName" : "OwnerAccount", "c2jShape" : "String", "variable" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAccount", "marshallLocationName" : "OwnerAccount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@return The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterSnapshotsRequest", "variableType" : "DescribeClusterSnapshotsRequest", "variableDeclarationType" : "DescribeClusterSnapshotsRequest", "documentation" : null, "variableSetterType" : "DescribeClusterSnapshotsRequest", "simpleType" : "DescribeClusterSnapshotsRequest" }, "marshaller" : { "action" : "DescribeClusterSnapshots", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param endTime A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@return A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param endTime A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param endTime A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotIdentifier", "c2jName" : "SnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIdentifier", "marshallLocationName" : "SnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier of the snapshot about which to return information.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@return The snapshot identifier of the snapshot about which to return information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier of the snapshot about which to return information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The snapshot identifier of the snapshot about which to return information.

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotIdentifier The snapshot identifier of the snapshot about which to return information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "StartTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param startTime A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@return A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param startTime A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z

                                                                                                                                                                                                                                                                                                                                  \n@param startTime A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

                                                                                                                                                                                                                                                                                                                                  Example: 2012-07-16T18:00:00Z\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnapshotType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotType", "marshallLocationName" : "SnapshotType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@return The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual

                                                                                                                                                                                                                                                                                                                                  \n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

                                                                                                                                                                                                                                                                                                                                  Valid Values: automated | manual\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "OwnerAccount" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "OwnerAccount", "c2jName" : "OwnerAccount", "c2jShape" : "String", "variable" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAccount", "marshallLocationName" : "OwnerAccount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@return The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.

                                                                                                                                                                                                                                                                                                                                  \n@param ownerAccount The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which information about snapshots is requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the cluster for which information about snapshots is requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which information about snapshots is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the cluster for which information about snapshots is requested.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The identifier of the cluster for which information about snapshots is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterParameterGroupQuotaExceededException" : { "c2jName" : "ClusterParameterGroupQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The request would result in the user exceeding the allowed number of cluster parameter groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterParameterGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterParameterGroupQuotaExceededException", "variableType" : "ClusterParameterGroupQuotaExceededException", "variableDeclarationType" : "ClusterParameterGroupQuotaExceededException", "documentation" : null, "variableSetterType" : "ClusterParameterGroupQuotaExceededException", "simpleType" : "ClusterParameterGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterParameterGroupQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeClusterSecurityGroupsResult" : { "c2jName" : "ClusterSecurityGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeClusterSecurityGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroups", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterSecurityGroup", "memberLocationName" : "ClusterSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterSecurityGroup", "variable" : { "variableName" : "member", "variableType" : "ClusterSecurityGroup", "variableDeclarationType" : "ClusterSecurityGroup", "documentation" : "", "variableSetterType" : "ClusterSecurityGroup", "simpleType" : "ClusterSecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterSecurityGroup", "variableDeclarationType" : "ClusterSecurityGroup", "documentation" : "", "variableSetterType" : "ClusterSecurityGroup", "simpleType" : "ClusterSecurityGroup" }, "getterModel" : { "returnType" : "ClusterSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroup", "marshallLocationName" : "ClusterSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterSecurityGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of ClusterSecurityGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of ClusterSecurityGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of ClusterSecurityGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of ClusterSecurityGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterSecurityGroupsResult", "variableType" : "DescribeClusterSecurityGroupsResult", "variableDeclarationType" : "DescribeClusterSecurityGroupsResult", "documentation" : null, "variableSetterType" : "DescribeClusterSecurityGroupsResult", "simpleType" : "DescribeClusterSecurityGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeClusterSecurityGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroups", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroups", "marshallLocationName" : "ClusterSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterSecurityGroup", "memberLocationName" : "ClusterSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterSecurityGroup", "variable" : { "variableName" : "member", "variableType" : "ClusterSecurityGroup", "variableDeclarationType" : "ClusterSecurityGroup", "documentation" : "", "variableSetterType" : "ClusterSecurityGroup", "simpleType" : "ClusterSecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterSecurityGroup", "variableDeclarationType" : "ClusterSecurityGroup", "documentation" : "", "variableSetterType" : "ClusterSecurityGroup", "simpleType" : "ClusterSecurityGroup" }, "getterModel" : { "returnType" : "ClusterSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroup", "marshallLocationName" : "ClusterSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterSecurityGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of ClusterSecurityGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of ClusterSecurityGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of ClusterSecurityGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterSecurityGroup instances.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroups A list of ClusterSecurityGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "TaggedResource" : { "c2jName" : "TaggedResource", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag and its associated resource.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "TaggedResource", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tag", "c2jName" : "Tag", "c2jShape" : "Tag", "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@param tag The tag for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@return The tag for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@param tag The tag for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@param tag The tag for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "String", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@return The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "taggedResource", "variableType" : "TaggedResource", "variableDeclarationType" : "TaggedResource", "documentation" : null, "variableSetterType" : "TaggedResource", "simpleType" : "TaggedResource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceName The Amazon Resource Name (ARN) with which the tag is associated. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ResourceType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "String", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@return The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The type of resource with which the tag is associated. Valid resource types are:

                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param resourceType The type of resource with which the tag is associated. Valid resource types are:
                                                                                                                                                                                                                                                                                                                                  • Cluster
                                                                                                                                                                                                                                                                                                                                  • CIDR/IP
                                                                                                                                                                                                                                                                                                                                  • EC2 security group
                                                                                                                                                                                                                                                                                                                                  • Snapshot
                                                                                                                                                                                                                                                                                                                                  • Cluster security group
                                                                                                                                                                                                                                                                                                                                  • Subnet group
                                                                                                                                                                                                                                                                                                                                  • HSM connection
                                                                                                                                                                                                                                                                                                                                  • HSM certificate
                                                                                                                                                                                                                                                                                                                                  • Parameter group

                                                                                                                                                                                                                                                                                                                                  For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tag" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tag", "c2jName" : "Tag", "c2jShape" : "Tag", "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@param tag The tag for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@return The tag for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@param tag The tag for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The tag for the resource.

                                                                                                                                                                                                                                                                                                                                  \n@param tag The tag for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false } } }, "UnauthorizedOperationException" : { "c2jName" : "UnauthorizedOperation", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Your account is not authorized to perform the requested operation.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "UnauthorizedOperationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unauthorizedOperationException", "variableType" : "UnauthorizedOperationException", "variableDeclarationType" : "UnauthorizedOperationException", "documentation" : null, "variableSetterType" : "UnauthorizedOperationException", "simpleType" : "UnauthorizedOperationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnauthorizedOperation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterNode" : { "c2jName" : "ClusterNode", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of a node in a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterNode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NodeRole", "c2jName" : "NodeRole", "c2jShape" : "String", "variable" : { "variableName" : "nodeRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeRole", "marshallLocationName" : "NodeRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeRole Whether the node is a leader node or a compute node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@return Whether the node is a leader node or a compute node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeRole Whether the node is a leader node or a compute node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeRole Whether the node is a leader node or a compute node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PrivateIPAddress", "c2jName" : "PrivateIPAddress", "c2jShape" : "String", "variable" : { "variableName" : "privateIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "privateIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrivateIPAddress", "marshallLocationName" : "PrivateIPAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param privateIPAddress The private IP address of a node within a cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The private IP address of a node within a cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param privateIPAddress The private IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param privateIPAddress The private IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PublicIPAddress", "c2jName" : "PublicIPAddress", "c2jShape" : "String", "variable" : { "variableName" : "publicIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "publicIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PublicIPAddress", "marshallLocationName" : "PublicIPAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param publicIPAddress The public IP address of a node within a cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The public IP address of a node within a cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param publicIPAddress The public IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param publicIPAddress The public IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "clusterNode", "variableType" : "ClusterNode", "variableDeclarationType" : "ClusterNode", "documentation" : null, "variableSetterType" : "ClusterNode", "simpleType" : "ClusterNode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NodeRole" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "NodeRole", "c2jName" : "NodeRole", "c2jShape" : "String", "variable" : { "variableName" : "nodeRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nodeRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeRole", "marshallLocationName" : "NodeRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeRole Whether the node is a leader node or a compute node.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@return Whether the node is a leader node or a compute node.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeRole Whether the node is a leader node or a compute node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  Whether the node is a leader node or a compute node.

                                                                                                                                                                                                                                                                                                                                  \n@param nodeRole Whether the node is a leader node or a compute node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PrivateIPAddress" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PrivateIPAddress", "c2jName" : "PrivateIPAddress", "c2jShape" : "String", "variable" : { "variableName" : "privateIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "privateIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrivateIPAddress", "marshallLocationName" : "PrivateIPAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param privateIPAddress The private IP address of a node within a cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The private IP address of a node within a cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param privateIPAddress The private IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The private IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param privateIPAddress The private IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "PublicIPAddress" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "PublicIPAddress", "c2jName" : "PublicIPAddress", "c2jShape" : "String", "variable" : { "variableName" : "publicIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "publicIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PublicIPAddress", "marshallLocationName" : "PublicIPAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param publicIPAddress The public IP address of a node within a cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The public IP address of a node within a cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param publicIPAddress The public IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The public IP address of a node within a cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param publicIPAddress The public IP address of a node within a cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "VpcSecurityGroupMembership" : { "c2jName" : "VpcSecurityGroupMembership", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes the members of a VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "VpcSecurityGroupMembership", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroupId", "c2jName" : "VpcSecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The identifier of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The identifier of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The identifier of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "vpcSecurityGroupMembership", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : null, "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "VpcSecurityGroupId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroupId", "c2jName" : "VpcSecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The identifier of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The identifier of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The identifier of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The identifier of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidClusterSubnetStateException" : { "c2jName" : "InvalidClusterSubnetStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The state of the subnet is invalid.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidClusterSubnetStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidClusterSubnetStateException", "variableType" : "InvalidClusterSubnetStateException", "variableDeclarationType" : "InvalidClusterSubnetStateException", "documentation" : null, "variableSetterType" : "InvalidClusterSubnetStateException", "simpleType" : "InvalidClusterSubnetStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidClusterSubnetStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeClusterParameterGroupsResult" : { "c2jName" : "ClusterParameterGroupsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Contains the output from the DescribeClusterParameterGroups action.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeClusterParameterGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroups", "c2jName" : "ParameterGroups", "c2jShape" : "ParameterGroupList", "variable" : { "variableName" : "parameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroups", "marshallLocationName" : "ParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterParameterGroup", "memberLocationName" : "ClusterParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterParameterGroup", "variable" : { "variableName" : "member", "variableType" : "ClusterParameterGroup", "variableDeclarationType" : "ClusterParameterGroup", "documentation" : "", "variableSetterType" : "ClusterParameterGroup", "simpleType" : "ClusterParameterGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterParameterGroup", "variableDeclarationType" : "ClusterParameterGroup", "documentation" : "", "variableSetterType" : "ClusterParameterGroup", "simpleType" : "ClusterParameterGroup" }, "getterModel" : { "returnType" : "ClusterParameterGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroup", "marshallLocationName" : "ClusterParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterParameterGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroups A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroups A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterGroups(java.util.Collection)} or {@link #withParameterGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroups A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterParameterGroupsResult", "variableType" : "DescribeClusterParameterGroupsResult", "variableDeclarationType" : "DescribeClusterParameterGroupsResult", "documentation" : null, "variableSetterType" : "DescribeClusterParameterGroupsResult", "simpleType" : "DescribeClusterParameterGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeClusterParameterGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroups", "c2jName" : "ParameterGroups", "c2jShape" : "ParameterGroupList", "variable" : { "variableName" : "parameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroups", "marshallLocationName" : "ParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClusterParameterGroup", "memberLocationName" : "ClusterParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClusterParameterGroup", "variable" : { "variableName" : "member", "variableType" : "ClusterParameterGroup", "variableDeclarationType" : "ClusterParameterGroup", "documentation" : "", "variableSetterType" : "ClusterParameterGroup", "simpleType" : "ClusterParameterGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ClusterParameterGroup", "variableDeclarationType" : "ClusterParameterGroup", "documentation" : "", "variableSetterType" : "ClusterParameterGroup", "simpleType" : "ClusterParameterGroup" }, "getterModel" : { "returnType" : "ClusterParameterGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterParameterGroup", "marshallLocationName" : "ClusterParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "ClusterParameterGroup", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroups A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@return A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroups A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterGroups(java.util.Collection)} or {@link #withParameterGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroups A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "HsmConfiguration" : { "c2jName" : "HsmConfiguration", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "HsmConfiguration", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The name of the Amazon Redshift HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon Redshift HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The name of the Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The name of the Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@return A text description of the HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmIpAddress", "c2jName" : "HsmIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmIpAddress", "marshallLocationName" : "HsmIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@return The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmPartitionName", "c2jName" : "HsmPartitionName", "c2jShape" : "String", "variable" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmPartitionName", "marshallLocationName" : "HsmPartitionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "hsmConfiguration", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : null, "variableSetterType" : "HsmConfiguration", "simpleType" : "HsmConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@return A text description of the HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A text description of the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmConfigurationIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmConfigurationIdentifier", "c2jName" : "HsmConfigurationIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmConfigurationIdentifier", "marshallLocationName" : "HsmConfigurationIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The name of the Amazon Redshift HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon Redshift HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The name of the Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmConfigurationIdentifier The name of the Amazon Redshift HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmIpAddress" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmIpAddress", "c2jName" : "HsmIpAddress", "c2jShape" : "String", "variable" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmIpAddress", "marshallLocationName" : "HsmIpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@return The IP address that the Amazon Redshift cluster must use to access the HSM.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The IP address that the Amazon Redshift cluster must use to access the HSM.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmIpAddress The IP address that the Amazon Redshift cluster must use to access the HSM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "HsmPartitionName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmPartitionName", "c2jName" : "HsmPartitionName", "c2jShape" : "String", "variable" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmPartitionName", "marshallLocationName" : "HsmPartitionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

                                                                                                                                                                                                                                                                                                                                  \n@param hsmPartitionName The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the HSM configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The list of tags for the HSM configuration.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the HSM configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "DescribeClusterSecurityGroupsRequest" : { "c2jName" : "DescribeClusterSecurityGroupsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeClusterSecurityGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@return The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClusterSecurityGroupsRequest", "variableType" : "DescribeClusterSecurityGroupsRequest", "variableDeclarationType" : "DescribeClusterSecurityGroupsRequest", "documentation" : null, "variableSetterType" : "DescribeClusterSecurityGroupsRequest", "simpleType" : "DescribeClusterSecurityGroupsRequest" }, "marshaller" : { "action" : "DescribeClusterSecurityGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSecurityGroupName", "c2jName" : "ClusterSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSecurityGroupName", "marshallLocationName" : "ClusterSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@return The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1

                                                                                                                                                                                                                                                                                                                                  \n@param clusterSecurityGroupName The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.

                                                                                                                                                                                                                                                                                                                                  Example: securitygroup1\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SubscriptionAlreadyExistException" : { "c2jName" : "SubscriptionAlreadyExistFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  There is already an existing event notification subscription with the specified name.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "SubscriptionAlreadyExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionAlreadyExistException", "variableType" : "SubscriptionAlreadyExistException", "variableDeclarationType" : "SubscriptionAlreadyExistException", "documentation" : null, "variableSetterType" : "SubscriptionAlreadyExistException", "simpleType" : "SubscriptionAlreadyExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionAlreadyExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReservedNodeAlreadyExistsException" : { "c2jName" : "ReservedNodeAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  User already has a reservation with the given identifier.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ReservedNodeAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedNodeAlreadyExistsException", "variableType" : "ReservedNodeAlreadyExistsException", "variableDeclarationType" : "ReservedNodeAlreadyExistsException", "documentation" : null, "variableSetterType" : "ReservedNodeAlreadyExistsException", "simpleType" : "ReservedNodeAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedNodeAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReservedNodeNotFoundException" : { "c2jName" : "ReservedNodeNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The specified reserved compute node not found.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ReservedNodeNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedNodeNotFoundException", "variableType" : "ReservedNodeNotFoundException", "variableDeclarationType" : "ReservedNodeNotFoundException", "documentation" : null, "variableSetterType" : "ReservedNodeNotFoundException", "simpleType" : "ReservedNodeNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedNodeNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "IncompatibleOrderableOptionsException" : { "c2jName" : "IncompatibleOrderableOptions", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The specified options are incompatible.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "IncompatibleOrderableOptionsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "incompatibleOrderableOptionsException", "variableType" : "IncompatibleOrderableOptionsException", "variableDeclarationType" : "IncompatibleOrderableOptionsException", "documentation" : null, "variableSetterType" : "IncompatibleOrderableOptionsException", "simpleType" : "IncompatibleOrderableOptionsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "IncompatibleOrderableOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidS3BucketNameException" : { "c2jName" : "InvalidS3BucketNameFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The S3 bucket name is invalid. For more information about naming rules, go to Bucket Restrictions and Limitations in the Amazon Simple Storage Service (S3) Developer Guide.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidS3BucketNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidS3BucketNameException", "variableType" : "InvalidS3BucketNameException", "variableDeclarationType" : "InvalidS3BucketNameException", "documentation" : null, "variableSetterType" : "InvalidS3BucketNameException", "simpleType" : "InvalidS3BucketNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidS3BucketNameFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UnsupportedOptionException" : { "c2jName" : "UnsupportedOptionFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A request option was specified that is not supported.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "UnsupportedOptionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unsupportedOptionException", "variableType" : "UnsupportedOptionException", "variableDeclarationType" : "UnsupportedOptionException", "documentation" : null, "variableSetterType" : "UnsupportedOptionException", "simpleType" : "UnsupportedOptionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnsupportedOptionFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteEventSubscriptionRequest" : { "c2jName" : "DeleteEventSubscriptionMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteEventSubscriptionRequest", "deprecated" : false, "required" : [ "SubscriptionName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon Redshift event notification subscription to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteEventSubscriptionRequest", "variableType" : "DeleteEventSubscriptionRequest", "variableDeclarationType" : "DeleteEventSubscriptionRequest", "documentation" : null, "variableSetterType" : "DeleteEventSubscriptionRequest", "simpleType" : "DeleteEventSubscriptionRequest" }, "marshaller" : { "action" : "DeleteEventSubscription", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubscriptionName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon Redshift event notification subscription to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription to be deleted.

                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the Amazon Redshift event notification subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ResetClusterParameterGroupResult" : { "c2jName" : "ClusterParameterGroupNameMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ResetClusterParameterGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupStatus", "marshallLocationName" : "ParameterGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "resetClusterParameterGroupResult", "variableType" : "ResetClusterParameterGroupResult", "variableDeclarationType" : "ResetClusterParameterGroupResult", "documentation" : null, "variableSetterType" : "ResetClusterParameterGroupResult", "simpleType" : "ResetClusterParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ResetClusterParameterGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupName", "marshallLocationName" : "ParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupName The name of the cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ParameterGroupStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupStatus", "marshallLocationName" : "ParameterGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupStatus The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "EventSubscription" : { "c2jName" : "EventSubscription", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Describes event subscriptions.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "EventSubscription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "CustomerAwsId", "c2jName" : "CustomerAwsId", "c2jShape" : "String", "variable" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerAwsId", "marshallLocationName" : "CustomerAwsId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@return The AWS customer account associated with the Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "CustSubscriptionId", "c2jName" : "CustSubscriptionId", "c2jShape" : "String", "variable" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustSubscriptionId", "marshallLocationName" : "CustSubscriptionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param custSubscriptionId The name of the Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param custSubscriptionId The name of the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param custSubscriptionId The name of the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                  • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                  • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                  • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                  • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                    The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                                                    • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                    • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                    \n@return The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                                                    • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                    • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                      The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                                                      • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                      • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                      \n@param status The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                                                      • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                      • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                        The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                                                        • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                        • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                        \n@param status The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                                                        • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                        • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                          ", "name" : "SubscriptionCreationTime", "c2jName" : "SubscriptionCreationTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "subscriptionCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "subscriptionCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionCreationTime", "marshallLocationName" : "SubscriptionCreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                          \n@param subscriptionCreationTime The date and time the Amazon Redshift event notification subscription was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                          \n@return The date and time the Amazon Redshift event notification subscription was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                          \n@param subscriptionCreationTime The date and time the Amazon Redshift event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                          \n@param subscriptionCreationTime The date and time the Amazon Redshift event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                          ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                          \n@param sourceType The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                          \n@return The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                          \n@param sourceType The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                          \n@param sourceType The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          ", "name" : "SourceIdsList", "c2jName" : "SourceIdsList", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdsList", "marshallLocationName" : "SourceIdsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          \n@param sourceIdsList A list of the sources that publish events to the Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          \n@return A list of the sources that publish events to the Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          \n@param sourceIdsList A list of the sources that publish events to the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIdsList(java.util.Collection)} or {@link #withSourceIdsList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                          \n@param sourceIdsList A list of the sources that publish events to the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                          ", "name" : "EventCategoriesList", "c2jName" : "EventCategoriesList", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesList", "marshallLocationName" : "EventCategoriesList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                          \n@param eventCategoriesList The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                          \n@return The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                          \n@param eventCategoriesList The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategoriesList(java.util.Collection)} or {@link #withEventCategoriesList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                          \n@param eventCategoriesList The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                          ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                          \n@param severity The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                          \n@return The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                          \n@param severity The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                          \n@param severity The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                          ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                          \n@param enabled A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                          \n@return A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                          \n@param enabled A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                          \n@param enabled A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                          ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                          \n@param tags The list of tags for the event subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                          \n@return The list of tags for the event subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                          \n@param tags The list of tags for the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                          \n@param tags The list of tags for the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "eventSubscription", "variableType" : "EventSubscription", "variableDeclarationType" : "EventSubscription", "documentation" : null, "variableSetterType" : "EventSubscription", "simpleType" : "EventSubscription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                          • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                          • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                          ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                          • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                          • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                          • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                          • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                          \n@param status The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                          • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                          • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                            The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                                                            • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                            • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                            \n@return The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                                                            • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                            • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                              The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                                                              • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                              • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                              \n@param status The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                                                              • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                              • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                                                • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                                • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                                                • Can be one of the following: active | no-permission | topic-not-exist
                                                                                                                                                                                                                                                                                                                                                • The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "CustSubscriptionId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "CustSubscriptionId", "c2jName" : "CustSubscriptionId", "c2jShape" : "String", "variable" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustSubscriptionId", "marshallLocationName" : "CustSubscriptionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param custSubscriptionId The name of the Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param custSubscriptionId The name of the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param custSubscriptionId The name of the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceIdsList" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceIdsList", "c2jName" : "SourceIdsList", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdsList", "marshallLocationName" : "SourceIdsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIdsList A list of the sources that publish events to the Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of the sources that publish events to the Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIdsList A list of the sources that publish events to the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of the sources that publish events to the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIdsList(java.util.Collection)} or {@link #withSourceIdsList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIdsList A list of the sources that publish events to the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "EventCategoriesList" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EventCategoriesList", "c2jName" : "EventCategoriesList", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesList", "marshallLocationName" : "EventCategoriesList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesList The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@return The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesList The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategoriesList(java.util.Collection)} or {@link #withEventCategoriesList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategoriesList The list of Amazon Redshift event categories specified in the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "SourceType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@return The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Enabled" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                                  \n@return A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Severity" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@return The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity The event severity specified in the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnsTopicArn" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SubscriptionCreationTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubscriptionCreationTime", "c2jName" : "SubscriptionCreationTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "subscriptionCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "subscriptionCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionCreationTime", "marshallLocationName" : "SubscriptionCreationTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionCreationTime The date and time the Amazon Redshift event notification subscription was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                                  \n@return The date and time the Amazon Redshift event notification subscription was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionCreationTime The date and time the Amazon Redshift event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The date and time the Amazon Redshift event notification subscription was created.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionCreationTime The date and time the Amazon Redshift event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "CustomerAwsId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "CustomerAwsId", "c2jName" : "CustomerAwsId", "c2jShape" : "String", "variable" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerAwsId", "marshallLocationName" : "CustomerAwsId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The AWS customer account associated with the Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The AWS customer account associated with the Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Tags" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the event subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The list of tags for the event subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of tags for the event subscription.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The list of tags for the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "RebootClusterRequest" : { "c2jName" : "RebootClusterMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "RebootClusterRequest", "deprecated" : false, "required" : [ "ClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@return The cluster identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "rebootClusterRequest", "variableType" : "RebootClusterRequest", "variableDeclarationType" : "RebootClusterRequest", "documentation" : null, "variableSetterType" : "RebootClusterRequest", "simpleType" : "RebootClusterRequest" }, "marshaller" : { "action" : "RebootCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@return The cluster identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The cluster identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The cluster identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InsufficientClusterCapacityException" : { "c2jName" : "InsufficientClusterCapacityFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The number of nodes specified exceeds the allotted capacity of the cluster.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InsufficientClusterCapacityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientClusterCapacityException", "variableType" : "InsufficientClusterCapacityException", "variableDeclarationType" : "InsufficientClusterCapacityException", "documentation" : null, "variableSetterType" : "InsufficientClusterCapacityException", "simpleType" : "InsufficientClusterCapacityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientClusterCapacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterSubnetGroupAlreadyExistsException" : { "c2jName" : "ClusterSubnetGroupAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A ClusterSubnetGroupName is already used by an existing cluster subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSubnetGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSubnetGroupAlreadyExistsException", "variableType" : "ClusterSubnetGroupAlreadyExistsException", "variableDeclarationType" : "ClusterSubnetGroupAlreadyExistsException", "documentation" : null, "variableSetterType" : "ClusterSubnetGroupAlreadyExistsException", "simpleType" : "ClusterSubnetGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSubnetGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TagLimitExceededException" : { "c2jName" : "TagLimitExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The request exceeds the limit of 10 tags for the resource.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "TagLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tagLimitExceededException", "variableType" : "TagLimitExceededException", "variableDeclarationType" : "TagLimitExceededException", "documentation" : null, "variableSetterType" : "TagLimitExceededException", "simpleType" : "TagLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TagLimitExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeClustersRequest" : { "c2jName" : "DescribeClustersMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeClustersRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeClustersRequest", "variableType" : "DescribeClustersRequest", "variableDeclarationType" : "DescribeClustersRequest", "documentation" : null, "variableSetterType" : "DescribeClustersRequest", "simpleType" : "DescribeClustersRequest" }, "marshaller" : { "action" : "DescribeClusters", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@return An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

                                                                                                                                                                                                                                                                                                                                                  Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterIdentifier", "marshallLocationName" : "ClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterIdentifier The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.

                                                                                                                                                                                                                                                                                                                                                  The default is that all clusters defined for an account are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "TagKeys" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagKey", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKey", "marshallLocationName" : "TagKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@return A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A tag key or keys for which you want to return all matching clusters that are associated with the specified key or keys. For example, suppose that you have clusters that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag keys associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "TagValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValues", "marshallLocationName" : "TagValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "TagValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagValue", "marshallLocationName" : "TagValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@return A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagValues(java.util.Collection)} or {@link #withTagValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagValues A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                  Constraints: minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "SourceNotFoundException" : { "c2jName" : "SourceNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The specified Amazon Redshift event source could not be found.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "SourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "sourceNotFoundException", "variableType" : "SourceNotFoundException", "variableDeclarationType" : "SourceNotFoundException", "documentation" : null, "variableSetterType" : "SourceNotFoundException", "simpleType" : "SourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SourceNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterParameterGroupNotFoundException" : { "c2jName" : "ClusterParameterGroupNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The parameter group name does not refer to an existing parameter group.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterParameterGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterParameterGroupNotFoundException", "variableType" : "ClusterParameterGroupNotFoundException", "variableDeclarationType" : "ClusterParameterGroupNotFoundException", "documentation" : null, "variableSetterType" : "ClusterParameterGroupNotFoundException", "simpleType" : "ClusterParameterGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterParameterGroupNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteHsmClientCertificateRequest" : { "c2jName" : "DeleteHsmClientCertificateMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteHsmClientCertificateRequest", "deprecated" : false, "required" : [ "HsmClientCertificateIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the HSM client certificate to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteHsmClientCertificateRequest", "variableType" : "DeleteHsmClientCertificateRequest", "variableDeclarationType" : "DeleteHsmClientCertificateRequest", "documentation" : null, "variableSetterType" : "DeleteHsmClientCertificateRequest", "simpleType" : "DeleteHsmClientCertificateRequest" }, "marshaller" : { "action" : "DeleteHsmClientCertificate", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HsmClientCertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "HsmClientCertificateIdentifier", "c2jName" : "HsmClientCertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HsmClientCertificateIdentifier", "marshallLocationName" : "HsmClientCertificateIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the HSM client certificate to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The identifier of the HSM client certificate to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param hsmClientCertificateIdentifier The identifier of the HSM client certificate to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ClusterSecurityGroupQuotaExceededException" : { "c2jName" : "ClusterSecurityGroupQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The request would result in the user exceeding the allowed number of cluster security groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterSecurityGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterSecurityGroupQuotaExceededException", "variableType" : "ClusterSecurityGroupQuotaExceededException", "variableDeclarationType" : "ClusterSecurityGroupQuotaExceededException", "documentation" : null, "variableSetterType" : "ClusterSecurityGroupQuotaExceededException", "simpleType" : "ClusterSecurityGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "QuotaExceeded.ClusterSecurityGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DefaultClusterParameters" : { "c2jName" : "DefaultClusterParameters", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Describes the default cluster parameters for a parameter group family.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DefaultClusterParameters", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family to which the engine default parameters apply.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group family to which the engine default parameters apply.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameters The list of cluster default parameters.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n@return The list of cluster default parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameters The list of cluster default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameters The list of cluster default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "defaultClusterParameters", "variableType" : "DefaultClusterParameters", "variableDeclarationType" : "DefaultClusterParameters", "documentation" : null, "variableSetterType" : "DefaultClusterParameters", "simpleType" : "DefaultClusterParameters" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Parameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameters The list of cluster default parameters.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n@return The list of cluster default parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameters The list of cluster default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of cluster default parameters.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameters The list of cluster default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "ParameterGroupFamily" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterGroupFamily", "c2jName" : "ParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupFamily", "marshallLocationName" : "ParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family to which the engine default parameters apply.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster parameter group family to which the engine default parameters apply.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterGroupFamily The name of the cluster parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "EventSubscriptionQuotaExceededException" : { "c2jName" : "EventSubscriptionQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The request would exceed the allowed number of event subscriptions for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "EventSubscriptionQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "eventSubscriptionQuotaExceededException", "variableType" : "EventSubscriptionQuotaExceededException", "variableDeclarationType" : "EventSubscriptionQuotaExceededException", "documentation" : null, "variableSetterType" : "EventSubscriptionQuotaExceededException", "simpleType" : "EventSubscriptionQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "EventSubscriptionQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizationAlreadyExistsException" : { "c2jName" : "AuthorizationAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "AuthorizationAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "authorizationAlreadyExistsException", "variableType" : "AuthorizationAlreadyExistsException", "variableDeclarationType" : "AuthorizationAlreadyExistsException", "documentation" : null, "variableSetterType" : "AuthorizationAlreadyExistsException", "simpleType" : "AuthorizationAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidClusterSnapshotStateException" : { "c2jName" : "InvalidClusterSnapshotStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidClusterSnapshotStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidClusterSnapshotStateException", "variableType" : "InvalidClusterSnapshotStateException", "variableDeclarationType" : "InvalidClusterSnapshotStateException", "documentation" : null, "variableSetterType" : "InvalidClusterSnapshotStateException", "simpleType" : "InvalidClusterSnapshotStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidClusterSnapshotState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterParameterGroupAlreadyExistsException" : { "c2jName" : "ClusterParameterGroupAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A cluster parameter group with the same name already exists.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ClusterParameterGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterParameterGroupAlreadyExistsException", "variableType" : "ClusterParameterGroupAlreadyExistsException", "variableDeclarationType" : "ClusterParameterGroupAlreadyExistsException", "documentation" : null, "variableSetterType" : "ClusterParameterGroupAlreadyExistsException", "simpleType" : "ClusterParameterGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterParameterGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEventsResult" : { "c2jName" : "EventsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeEventsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Event", "memberLocationName" : "Event", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Event", "variable" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "setterModel" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "unmarshallLocationName" : "Event", "marshallLocationName" : "Event", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Event", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of Event instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "describeEventsResult", "variableType" : "DescribeEventsResult", "variableDeclarationType" : "DescribeEventsResult", "documentation" : null, "variableSetterType" : "DescribeEventsResult", "simpleType" : "DescribeEventsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeEventsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Events" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Event", "memberLocationName" : "Event", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Event", "variable" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "setterModel" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "unmarshallLocationName" : "Event", "marshallLocationName" : "Event", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Event", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of Event instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "ModifyEventSubscriptionRequest" : { "c2jName" : "ModifyEventSubscriptionMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyEventSubscriptionRequest", "deprecated" : false, "required" : [ "SubscriptionName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the modified Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the modified Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the modified Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the modified Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@return The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIds", "marshallLocationName" : "SourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIds(java.util.Collection)} or {@link #withSourceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@return A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "modifyEventSubscriptionRequest", "variableType" : "ModifyEventSubscriptionRequest", "variableDeclarationType" : "ModifyEventSubscriptionRequest", "documentation" : null, "variableSetterType" : "ModifyEventSubscriptionRequest", "simpleType" : "ModifyEventSubscriptionRequest" }, "marshaller" : { "action" : "ModifyEventSubscription", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@return The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.

                                                                                                                                                                                                                                                                                                                                                  Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "EventCategories" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param eventCategories Specifies the Amazon Redshift event categories to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: Configuration, Management, Monitoring, Security\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false }, "Enabled" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@return A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled

                                                                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. true indicates the subscription is enabled\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "Severity" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Severity", "c2jName" : "Severity", "c2jShape" : "String", "variable" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Severity", "marshallLocationName" : "Severity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO

                                                                                                                                                                                                                                                                                                                                                  \n@param severity Specifies the Amazon Redshift event severity to be published by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SubscriptionName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the modified Amazon Redshift event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the modified Amazon Redshift event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the modified Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the modified Amazon Redshift event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the modified Amazon Redshift event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SnsTopicArn" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.

                                                                                                                                                                                                                                                                                                                                                  \n@param snsTopicArn The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SourceIds" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIds", "marshallLocationName" : "SourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIds(java.util.Collection)} or {@link #withSourceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param sourceIds A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

                                                                                                                                                                                                                                                                                                                                                  Example: my-cluster-1, my-cluster-2

                                                                                                                                                                                                                                                                                                                                                  Example: my-snapshot-20131010\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "ModifyClusterSubnetGroupRequest" : { "c2jName" : "ModifyClusterSubnetGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyClusterSubnetGroupRequest", "deprecated" : false, "required" : [ "ClusterSubnetGroupName", "SubnetIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group to be modified.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the subnet group to be modified.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the subnet group to be modified.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@return A text description of the subnet group to be modified.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n@return An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } ], "enums" : null, "variable" : { "variableName" : "modifyClusterSubnetGroupRequest", "variableType" : "ModifyClusterSubnetGroupRequest", "variableDeclarationType" : "ModifyClusterSubnetGroupRequest", "documentation" : null, "variableSetterType" : "ModifyClusterSubnetGroupRequest", "simpleType" : "ModifyClusterSubnetGroupRequest" }, "marshaller" : { "action" : "ModifyClusterSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the subnet group to be modified.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@return A text description of the subnet group to be modified.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A text description of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param description A text description of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group to be modified.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the subnet group to be modified.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the subnet group to be modified.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the subnet group to be modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "SubnetIds" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n@return An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false } } }, "InsufficientS3BucketPolicyException" : { "c2jName" : "InsufficientS3BucketPolicyFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The cluster does not have read bucket or put object permissions on the S3 bucket specified when enabling logging.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InsufficientS3BucketPolicyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientS3BucketPolicyException", "variableType" : "InsufficientS3BucketPolicyException", "variableDeclarationType" : "InsufficientS3BucketPolicyException", "documentation" : null, "variableSetterType" : "InsufficientS3BucketPolicyException", "simpleType" : "InsufficientS3BucketPolicyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientS3BucketPolicyFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteClusterSubnetGroupRequest" : { "c2jName" : "DeleteClusterSubnetGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteClusterSubnetGroupRequest", "deprecated" : false, "required" : [ "ClusterSubnetGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group name to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster subnet group name to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group name to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group name to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "deleteClusterSubnetGroupRequest", "variableType" : "DeleteClusterSubnetGroupRequest", "variableDeclarationType" : "DeleteClusterSubnetGroupRequest", "documentation" : null, "variableSetterType" : "DeleteClusterSubnetGroupRequest", "simpleType" : "DeleteClusterSubnetGroupRequest" }, "marshaller" : { "action" : "DeleteClusterSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClusterSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ClusterSubnetGroupName", "c2jName" : "ClusterSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "clusterSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterSubnetGroupName", "marshallLocationName" : "ClusterSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group name to be deleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the cluster subnet group name to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group name to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the cluster subnet group name to be deleted.

                                                                                                                                                                                                                                                                                                                                                  \n@param clusterSubnetGroupName The name of the cluster subnet group name to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "EnableLoggingResult" : { "c2jName" : "LoggingStatus", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Describes the status of logging for a cluster.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "EnableLoggingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoggingEnabled", "marshallLocationName" : "LoggingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true if logging is on, false*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@return true
                                                                                                                                                                                                                                                                                                                                                  if logging is on, false*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the S3 bucket where the log files are stored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@return The prefix applied to the log file names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LastSuccessfulDeliveryTime", "c2jName" : "LastSuccessfulDeliveryTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulDeliveryTime", "marshallLocationName" : "LastSuccessfulDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@return The last time that logs were delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureTime", "c2jName" : "LastFailureTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureTime", "marshallLocationName" : "LastFailureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@return The last time when logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureMessage", "marshallLocationName" : "LastFailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@return The message indicating that logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } ], "enums" : null, "variable" : { "variableName" : "enableLoggingResult", "variableType" : "EnableLoggingResult", "variableDeclarationType" : "EnableLoggingResult", "documentation" : null, "variableSetterType" : "EnableLoggingResult", "simpleType" : "EnableLoggingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "EnableLoggingResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastSuccessfulDeliveryTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LastSuccessfulDeliveryTime", "c2jName" : "LastSuccessfulDeliveryTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastSuccessfulDeliveryTime", "marshallLocationName" : "LastSuccessfulDeliveryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@return The last time that logs were delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time that logs were delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastSuccessfulDeliveryTime The last time that logs were delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "BucketName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "BucketName", "c2jName" : "BucketName", "c2jShape" : "String", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketName", "marshallLocationName" : "BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the S3 bucket where the log files are stored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the S3 bucket where the log files are stored.

                                                                                                                                                                                                                                                                                                                                                  \n@param bucketName The name of the S3 bucket where the log files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LastFailureMessage" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureMessage", "marshallLocationName" : "LastFailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@return The message indicating that logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The message indicating that logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureMessage The message indicating that logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "S3KeyPrefix" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "S3KeyPrefix", "c2jName" : "S3KeyPrefix", "c2jShape" : "String", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3KeyPrefix", "marshallLocationName" : "S3KeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@return The prefix applied to the log file names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The prefix applied to the log file names.

                                                                                                                                                                                                                                                                                                                                                  \n@param s3KeyPrefix The prefix applied to the log file names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LastFailureTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LastFailureTime", "c2jName" : "LastFailureTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastFailureTime", "marshallLocationName" : "LastFailureTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@return The last time when logs failed to be delivered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The last time when logs failed to be delivered.

                                                                                                                                                                                                                                                                                                                                                  \n@param lastFailureTime The last time when logs failed to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false }, "LoggingEnabled" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoggingEnabled", "marshallLocationName" : "LoggingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                                                  if logging is on, false*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@return true
                                                                                                                                                                                                                                                                                                                                                  if logging is on, false*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  true if logging is on, false if logging is off.

                                                                                                                                                                                                                                                                                                                                                  \n@param loggingEnabled true
                                                                                                                                                                                                                                                                                                                                                  if logging is on, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false } } }, "InvalidS3KeyPrefixException" : { "c2jName" : "InvalidS3KeyPrefixFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The string specified for the logging S3 key prefix does not comply with the documented constraints.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidS3KeyPrefixException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidS3KeyPrefixException", "variableType" : "InvalidS3KeyPrefixException", "variableDeclarationType" : "InvalidS3KeyPrefixException", "documentation" : null, "variableSetterType" : "InvalidS3KeyPrefixException", "simpleType" : "InvalidS3KeyPrefixException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidS3KeyPrefixFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizationNotFoundException" : { "c2jName" : "AuthorizationNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "AuthorizationNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "authorizationNotFoundException", "variableType" : "AuthorizationNotFoundException", "variableDeclarationType" : "AuthorizationNotFoundException", "documentation" : null, "variableSetterType" : "AuthorizationNotFoundException", "simpleType" : "AuthorizationNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : true, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "DescribeOrderableClusterOptions" : { "methodForms" : [ [ ] ] }, "DescribeTableRestoreStatus" : { "methodForms" : [ [ ] ] }, "DescribeEvents" : { "methodForms" : [ [ ] ] }, "DescribeReservedNodes" : { "methodForms" : [ [ ] ] }, "DescribeClusterVersions" : { "methodForms" : [ [ ] ] }, "DescribeTags" : { "methodForms" : [ [ ] ] }, "DescribeEventCategories" : { "methodForms" : [ [ ] ] }, "DescribeClusterSecurityGroups" : { "methodForms" : [ [ ] ] }, "DescribeClusterSubnetGroups" : { "methodForms" : [ [ ] ] }, "DescribeHsmConfigurations" : { "methodForms" : [ [ ] ] }, "DescribeSnapshotCopyGrants" : { "methodForms" : [ [ ] ] }, "DescribeReservedNodeOfferings" : { "methodForms" : [ [ ] ] }, "DescribeEventSubscriptions" : { "methodForms" : [ [ ] ] }, "DescribeHsmClientCertificates" : { "methodForms" : [ [ ] ] }, "DescribeClusters" : { "methodForms" : [ [ ] ] }, "DescribeClusterSnapshots" : { "methodForms" : [ [ ] ] }, "DescribeClusterParameterGroups" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : false, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "sdkModeledExceptionBaseClassName" : "AmazonRedshiftException", "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "clientConfigFactory" : "ClientConfigurationFactory", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.redshift.model.AmazonRedshiftException" }